TexGen
Public Member Functions | Public Attributes | List of all members
TexGen::COctreeVoxelMesh::Point Struct Reference

#include <OctreeVoxelMesh.h>

Public Member Functions

 Point ()
 
 Point (int nodeNum, double x, double y, double z)
 
bool operator< (const Point &o) const
 

Public Attributes

int nodeNum
 
double x
 
double y
 
double z
 

Detailed Description

Definition at line 98 of file OctreeVoxelMesh.h.

Constructor & Destructor Documentation

◆ Point() [1/2]

TexGen::COctreeVoxelMesh::Point::Point ( )
inline

Definition at line 104 of file OctreeVoxelMesh.h.

◆ Point() [2/2]

TexGen::COctreeVoxelMesh::Point::Point ( int  nodeNum,
double  x,
double  y,
double  z 
)
inline

Definition at line 105 of file OctreeVoxelMesh.h.

Member Function Documentation

◆ operator<()

bool TexGen::COctreeVoxelMesh::Point::operator< ( const Point o) const
inline

Definition at line 107 of file OctreeVoxelMesh.h.

References x, y, and z.

Member Data Documentation

◆ nodeNum

int TexGen::COctreeVoxelMesh::Point::nodeNum

Definition at line 99 of file OctreeVoxelMesh.h.

◆ x

double TexGen::COctreeVoxelMesh::Point::x

◆ y

double TexGen::COctreeVoxelMesh::Point::y

◆ z

double TexGen::COctreeVoxelMesh::Point::z

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