All Classes Functions Variables Enumerations Pages
Public Member Functions | Public Attributes | List of all members
ilato::surfaceExtraction::fcp Struct Reference

The fcp struct determines on which side of an active voxel the face center point is located (= ori), where it is located in the scalar field of density values (index i refers to the position in xfIndex, yfIndex or zfIndex - depending on the face orientation ori). The Boolean variables visitedNorth etc. indicate which direction has already been taken in previous visits to the FCP. More...

Public Member Functions

void visited (start dir)
 

Public Attributes

int ori
 
int i
 
MyMesh::VertexHandle vertex
 
bool visitedNorth = false
 
bool visitedEast = false
 
bool visitedSouth = false
 
bool visitedWest = false
 

Detailed Description

The fcp struct determines on which side of an active voxel the face center point is located (= ori), where it is located in the scalar field of density values (index i refers to the position in xfIndex, yfIndex or zfIndex - depending on the face orientation ori). The Boolean variables visitedNorth etc. indicate which direction has already been taken in previous visits to the FCP.


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