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

Public Member Functions | |
| XSliceTableData (void) | |
| ~XSliceTableData (void) | |
| void | clear (void) |
| SquareCornerIndices & | edgeIndices (const TreeOctNode *node) |
| SquareCornerIndices & | edgeIndices (int idx) |
| const SquareCornerIndices & | edgeIndices (const TreeOctNode *node) const |
| const SquareCornerIndices & | edgeIndices (int idx) const |
| SquareEdgeIndices & | faceIndices (const TreeOctNode *node) |
| SquareEdgeIndices & | faceIndices (int idx) |
| const SquareEdgeIndices & | faceIndices (const TreeOctNode *node) const |
| const SquareEdgeIndices & | faceIndices (int idx) const |
Public Attributes | |
| SquareCornerIndices * | eTable |
| SquareEdgeIndices * | fTable |
| int | fCount |
| int | eCount |
| int | nodeOffset |
| int | nodeCount |
Protected Attributes | |
| int * | _eMap |
| int * | _fMap |
Definition at line 196 of file MultiGridOctreeData.h.
|
inline |
Definition at line 201 of file MultiGridOctreeData.h.
References _eMap, _fMap, eCount, eTable, fCount, fTable, and NullPointer.
|
inline |
Definition at line 202 of file MultiGridOctreeData.h.
References clear().
|
inline |
Definition at line 203 of file MultiGridOctreeData.h.
References DeletePointer, eCount, eTable, fCount, and fTable.
Referenced by ~XSliceTableData().
| SquareCornerIndices& SortedTreeNodes::XSliceTableData::edgeIndices | ( | const TreeOctNode * | node | ) |
| const SquareCornerIndices& SortedTreeNodes::XSliceTableData::edgeIndices | ( | const TreeOctNode * | node | ) | const |
| SquareCornerIndices& SortedTreeNodes::XSliceTableData::edgeIndices | ( | int | idx | ) |
| const SquareCornerIndices& SortedTreeNodes::XSliceTableData::edgeIndices | ( | int | idx | ) | const |
| SquareEdgeIndices& SortedTreeNodes::XSliceTableData::faceIndices | ( | const TreeOctNode * | node | ) |
| const SquareEdgeIndices& SortedTreeNodes::XSliceTableData::faceIndices | ( | const TreeOctNode * | node | ) | const |
| SquareEdgeIndices& SortedTreeNodes::XSliceTableData::faceIndices | ( | int | idx | ) |
| const SquareEdgeIndices& SortedTreeNodes::XSliceTableData::faceIndices | ( | int | idx | ) | const |
|
protected |
Definition at line 213 of file MultiGridOctreeData.h.
Referenced by XSliceTableData().
|
protected |
Definition at line 214 of file MultiGridOctreeData.h.
Referenced by XSliceTableData().
| int SortedTreeNodes::XSliceTableData::eCount |
Definition at line 200 of file MultiGridOctreeData.h.
Referenced by clear(), and XSliceTableData().
| SquareCornerIndices* SortedTreeNodes::XSliceTableData::eTable |
Definition at line 198 of file MultiGridOctreeData.h.
Referenced by clear(), and XSliceTableData().
| int SortedTreeNodes::XSliceTableData::fCount |
Definition at line 200 of file MultiGridOctreeData.h.
Referenced by clear(), and XSliceTableData().
| SquareEdgeIndices* SortedTreeNodes::XSliceTableData::fTable |
Definition at line 199 of file MultiGridOctreeData.h.
Referenced by clear(), and XSliceTableData().
| int SortedTreeNodes::XSliceTableData::nodeCount |
Definition at line 200 of file MultiGridOctreeData.h.
| int SortedTreeNodes::XSliceTableData::nodeOffset |
Definition at line 200 of file MultiGridOctreeData.h.