Mesh::MeshPoint Class Reference

The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure. More...

#include <MeshPoint.h>

Public Member Functions

bool isBound () const
 
 MeshPoint (const Vector3d &vec=Vector3d(), const MeshObject *obj=nullptr, unsigned int index=UINT_MAX)
 simple constructor More...
 

Public Attributes

unsigned int Index
 
Base::Reference< const MeshObjectMesh
 

Detailed Description

The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure.

This class should not be used for programming algorithms in C++. Use Mesh Core classes instead!

Constructor & Destructor Documentation

◆ MeshPoint()

Mesh::MeshPoint::MeshPoint ( const Vector3d vec = Vector3d(),
const MeshObject obj = nullptr,
unsigned int  index = UINT_MAX 
)

simple constructor

Member Function Documentation

◆ isBound()

bool Mesh::MeshPoint::isBound ( ) const

Member Data Documentation

◆ Index

unsigned int Mesh::MeshPoint::Index

◆ Mesh

Base::Reference<const MeshObject> Mesh::MeshPoint::Mesh

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