![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <MultiGridOctreeData.h>

Public Member Functions | |
| SliceTableData (void) | |
| ~SliceTableData (void) | |
| void | clear (void) |
| SquareCornerIndices & | cornerIndices (const TreeOctNode *node) |
| SquareCornerIndices & | cornerIndices (int idx) |
| const SquareCornerIndices & | cornerIndices (const TreeOctNode *node) const |
| const SquareCornerIndices & | cornerIndices (int idx) const |
| SquareEdgeIndices & | edgeIndices (const TreeOctNode *node) |
| SquareEdgeIndices & | edgeIndices (int idx) |
| const SquareEdgeIndices & | edgeIndices (const TreeOctNode *node) const |
| const SquareEdgeIndices & | edgeIndices (int idx) const |
| SquareFaceIndices & | faceIndices (const TreeOctNode *node) |
| SquareFaceIndices & | faceIndices (int idx) |
| const SquareFaceIndices & | faceIndices (const TreeOctNode *node) const |
| const SquareFaceIndices & | faceIndices (int idx) const |
Public Attributes | |
| SquareCornerIndices * | cTable |
| SquareEdgeIndices * | eTable |
| SquareFaceIndices * | fTable |
| int | cCount |
| int | eCount |
| int | fCount |
| int | nodeOffset |
| int | nodeCount |
Protected Attributes | |
| int * | _cMap |
| int * | _eMap |
| int * | _fMap |
Definition at line 169 of file MultiGridOctreeData.h.
|
inline |
|
inline |
Definition at line 176 of file MultiGridOctreeData.h.
References clear().
|
inline |
Definition at line 177 of file MultiGridOctreeData.h.
References cCount, cTable, DeletePointer, eCount, eTable, fCount, and fTable.
Referenced by ~SliceTableData().
| SquareCornerIndices& SortedTreeNodes::SliceTableData::cornerIndices | ( | const TreeOctNode * | node | ) |
| const SquareCornerIndices& SortedTreeNodes::SliceTableData::cornerIndices | ( | const TreeOctNode * | node | ) | const |
| SquareCornerIndices& SortedTreeNodes::SliceTableData::cornerIndices | ( | int | idx | ) |
| const SquareCornerIndices& SortedTreeNodes::SliceTableData::cornerIndices | ( | int | idx | ) | const |
| SquareEdgeIndices& SortedTreeNodes::SliceTableData::edgeIndices | ( | const TreeOctNode * | node | ) |
| const SquareEdgeIndices& SortedTreeNodes::SliceTableData::edgeIndices | ( | const TreeOctNode * | node | ) | const |
| SquareEdgeIndices& SortedTreeNodes::SliceTableData::edgeIndices | ( | int | idx | ) |
| const SquareEdgeIndices& SortedTreeNodes::SliceTableData::edgeIndices | ( | int | idx | ) | const |
| SquareFaceIndices& SortedTreeNodes::SliceTableData::faceIndices | ( | const TreeOctNode * | node | ) |
| const SquareFaceIndices& SortedTreeNodes::SliceTableData::faceIndices | ( | const TreeOctNode * | node | ) | const |
| SquareFaceIndices& SortedTreeNodes::SliceTableData::faceIndices | ( | int | idx | ) |
| const SquareFaceIndices& SortedTreeNodes::SliceTableData::faceIndices | ( | int | idx | ) | const |
|
protected |
Definition at line 191 of file MultiGridOctreeData.h.
Referenced by SliceTableData().
|
protected |
Definition at line 192 of file MultiGridOctreeData.h.
Referenced by SliceTableData().
|
protected |
Definition at line 193 of file MultiGridOctreeData.h.
Referenced by SliceTableData().
| int SortedTreeNodes::SliceTableData::cCount |
Definition at line 174 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| SquareCornerIndices* SortedTreeNodes::SliceTableData::cTable |
Definition at line 171 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| int SortedTreeNodes::SliceTableData::eCount |
Definition at line 174 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| SquareEdgeIndices* SortedTreeNodes::SliceTableData::eTable |
Definition at line 172 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| int SortedTreeNodes::SliceTableData::fCount |
Definition at line 174 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| SquareFaceIndices* SortedTreeNodes::SliceTableData::fTable |
Definition at line 173 of file MultiGridOctreeData.h.
Referenced by clear(), and SliceTableData().
| int SortedTreeNodes::SliceTableData::nodeCount |
Definition at line 174 of file MultiGridOctreeData.h.
| int SortedTreeNodes::SliceTableData::nodeOffset |
Definition at line 174 of file MultiGridOctreeData.h.