Developer Documentation
ACG::MeshCompiler::AdjacencyList Struct Reference

Public Member Functions

void init (int n)
 
int getAdj (int i, int k) const
 
int getCount (int i) const
 
void clear ()
 
void dbgdump (std::ofstream &file) const
 

Public Attributes

int * start
 
unsigned char * count
 
int * buf
 
int bufSize
 
int num
 

Detailed Description

Definition at line 823 of file MeshCompiler.hh.

Constructor & Destructor Documentation

◆ AdjacencyList()

ACG::MeshCompiler::AdjacencyList::AdjacencyList ( )
inline

Definition at line 825 of file MeshCompiler.hh.

◆ ~AdjacencyList()

ACG::MeshCompiler::AdjacencyList::~AdjacencyList ( )
inline

Definition at line 827 of file MeshCompiler.hh.

Member Function Documentation

◆ clear()

void ACG::MeshCompiler::AdjacencyList::clear ( )

Definition at line 143 of file MeshCompiler.cc.

◆ dbgdump()

void ACG::MeshCompiler::AdjacencyList::dbgdump ( std::ofstream &  file) const

Definition at line 2450 of file MeshCompiler.cc.

◆ getAdj()

int ACG::MeshCompiler::AdjacencyList::getAdj ( int  i,
int  k 
) const

Definition at line 127 of file MeshCompiler.cc.

◆ getCount()

int ACG::MeshCompiler::AdjacencyList::getCount ( int  i) const

Definition at line 138 of file MeshCompiler.cc.

◆ init()

void ACG::MeshCompiler::AdjacencyList::init ( int  n)

Definition at line 108 of file MeshCompiler.cc.

Member Data Documentation

◆ buf

int* ACG::MeshCompiler::AdjacencyList::buf

Definition at line 842 of file MeshCompiler.hh.

◆ bufSize

int ACG::MeshCompiler::AdjacencyList::bufSize

Definition at line 843 of file MeshCompiler.hh.

◆ count

unsigned char* ACG::MeshCompiler::AdjacencyList::count

Definition at line 841 of file MeshCompiler.hh.

◆ num

int ACG::MeshCompiler::AdjacencyList::num

Definition at line 844 of file MeshCompiler.hh.

◆ start

int* ACG::MeshCompiler::AdjacencyList::start

Definition at line 840 of file MeshCompiler.hh.


The documentation for this struct was generated from the following files: