Go to the source code of this file.
Namespaces | |
Foam::DelaunayMeshTools | |
Collection of functions for operating on a Delaunay mesh. | |
Foam | |
Functions | |
void | writeOBJ (const fileName &fName, const List< Foam::point > &points) |
void | writeOBJ (const fileName &fName, const List< Vb > &points) |
void | writeObjMesh (const fileName &fName, const pointField &points, const faceList &faces) |
template<class Triangulation > | |
void | writeOBJ (const fileName &fName, const Triangulation &t, const indexedVertexEnum::vertexType startPointType, const indexedVertexEnum::vertexType endPointType) |
template<class Triangulation > | |
void | writeOBJ (const fileName &fName, const Triangulation &t, const indexedVertexEnum::vertexType pointType) |
template<class Triangulation > | |
void | writeFixedPoints (const fileName &fName, const Triangulation &t) |
template<class Triangulation > | |
void | writeBoundaryPoints (const fileName &fName, const Triangulation &t) |
template<class Triangulation > | |
void | writeProcessorInterface (const fileName &fName, const Triangulation &t, const faceList &faces) |
template<class Triangulation > | |
void | writeInternalDelaunayVertices (const fileName &instance, const Triangulation &t) |
template<class CellHandle > | |
void | drawDelaunayCell (Ostream &os, const CellHandle &c, label offset=0) |
template<class Triangulation > | |
tmp< pointField > | allPoints (const Triangulation &t) |
Original source file DelaunayMeshTools.H
Definition in file DelaunayMeshTools.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.