46 #if GEOM_PSEUDO3D==GEOM_TRUE
55 #if GEOM_PSEUDO3D==GEOM_TRUE
56 namespace GEOM_FADE25D {
57 #elif GEOM_PSEUDO3D==GEOM_FALSE
58 namespace GEOM_FADE2D {
60 #error GEOM_PSEUDO3D is not defined
83 explicit Fade_2D(
unsigned numExpectedVertices=3);
89 Fade_2D(
Fade_2D& other,std::vector<Zone2*> vZoneIn=std::vector<Zone2*>(),std::vector<Zone2*> vZoneOut=std::vector<Zone2*>());
156 bool saveZones(
const char* filename,std::vector<Zone2*>& vSaveZones);
181 bool saveZones(std::ostream& stream,std::vector<Zone2*>& vSaveZones);
195 bool load(
const char* filename,std::vector<Zone2*>& vZones);
209 bool load(std::istream& stream,std::vector<Zone2*>& vZones);
286 void show(
const char* filename,
bool bWithConstraints=
true)
const;
329 #if GEOM_PSEUDO3D==GEOM_TRUE
337 void showGeomview(
const char* filename,
const char* color=
"1 1 1 0.5")
const;
366 void remove(std::vector<Point2*>& vPoints);
387 void getConvexHull(
bool bAllVertices,std::vector<Point2*>& vConvexHullPointsOut);
389 #if GEOM_PSEUDO3D==GEOM_TRUE
433 void insert(
const std::vector<Point2>& vInputPoints);
449 void insert(
const std::vector<Point2>& vInputPoints,std::vector<Point2*>& vHandles);
451 #if GEOM_PSEUDO3D==GEOM_TRUE
520 #if GEOM_PSEUDO3D==GEOM_TRUE
546 bool getHeight(
double x,
double y,
double& heightOut,
Triangle2* pApproxT=NULL,
double tolerance=0)
const;
565 double minAngleDegree,
566 double minEdgeLength,
567 double maxEdgeLength,
568 bool bAllowConstraintSplitting
709 #if GEOM_PSEUDO3D==GEOM_TRUE
772 #if GEOM_PSEUDO3D==GEOM_TRUE
774 std::vector<Segment2>& vSegments,
776 bool bOrientedSegments=
false,
777 bool bUseHeightOfLatest=
false
781 std::vector<Segment2>& vSegments,
783 bool bOrientedSegments=
false
815 #if GEOM_PSEUDO3D==GEOM_TRUE
846 Zone2*
createZone(
const std::vector<ConstraintGraph2*>& vConstraintGraphs,ZoneLocation zoneLoc,
const Point2& startPoint,
bool bVerbose=
true);
969 #if GEOM_PSEUDO3D==GEOM_TRUE
978 bool writePly(
const char* filename,
bool bASCII=
false)
const;
986 bool writePly(std::ostream& os,
bool bASCII=
false)
const;
1047 bool checkZoneQuality(
Zone2* pZone,
double minAngle,
const char* name,
const AcceptExperimentalFeature& accept);
1049 void setName(
const char* s);
1051 std::string getName()
const;
1075 bool bReorientIfNeeded,
1076 bool bCreateExtendedBoundingBox
1103 #if GEOM_PSEUDO3D==GEOM_TRUE
1172 bool bTurnEdgesIntoConstraints);
1187 bool bTurnEdgesIntoConstraints);
1190 Zone2* createZone_cookieCutter(std::vector<Segment2>& vSegments,
bool bProtectEdges);
1270 #if GEOM_PSEUDO3D==GEOM_TRUE
1271 bool drape( std::vector<Segment2>& vSegmentsIn,
1272 std::vector<Segment2>& vSegmentsOut,
1274 double offTolerance=0.0)
const;
1276 bool drape( std::vector<Segment2>& vSegmentsIn,
1277 std::vector<Segment2>& vSegmentsOut)
const;
1303 void enableMultithreading();
1306 void internal(
int au,
int fu,
const char* s=
"");
1310 void setDev(
const char* s,
int ival,
double dval);
1314 void initFade(
unsigned numExpectedVertices);
1331 std::stringstream ss;
1333 dt1.
load(ss,vZones1);
ConstraintInsertionStrategy
Constraint Insertion Strategy determines how a constraint edge shall be inserted:
Definition: ConstraintSegment2.h:52
void copyFade(Fade_2D &dt0, std::vector< Zone2 * > &vZones0, Fade_2D &dt1, std::vector< Zone2 * > &vZones1)
Copy a Fade_2D object and selected Zone2 objects.
Definition: Fade_2D.h:1329
VtkColor
Enumeration of colors used by the VTKWriter.
Definition: VtkWriter.h:39
Bbox2 is an axis aligned 2D bounding box.
Definition: Bbox2.h:37
CloudPrepare simplifies overdense point clouds and helps to avoid memory-usage-peaks during data tran...
Definition: CloudPrepare.h:87
ConstraintGraph2 is a set of Constraint Edges (ConstraintSegment2)
Definition: ConstraintGraph2.h:52
A ConstraintSegment2 represents a Constraint Edge.
Definition: ConstraintSegment2.h:69
Fade_2D is the Delaunay triangulation class.
Definition: Fade_2D.h:74
void getTrianglePointers(std::vector< Triangle2 * > &vAllTriangles) const
Get pointers to all triangles.
void writeWebScene(const char *path, Zone2 *pZone) const
Write a zone to an *.obj file.
void showVtk(VtkWriter *pVtkWriter, VtkColor color, VtkColor constraintColor=VTK_TRANSPARENT) const
Draws the triangulation using an existing VtkWriter.
bool getHeight(double x, double y, double &heightOut, Triangle2 *pApproxT=NULL, double tolerance=0) const
Compute the height of a certain point.
bool load(const char *filename, std::vector< Zone2 * > &vZones)
Load a triangulation.
void getVertexPointers(std::vector< Point2 * > &vAllPoints) const
Get pointers to all vertices.
void statistics(const char *s) const
Statistics.
void cutTriangles(const Point2 &knifeStart, const Point2 &knifeEnd, bool bTurnEdgesIntoConstraints)
Cut through a triangulation.
void getConvexHull(bool bAllVertices, std::vector< Point2 * > &vConvexHullPointsOut)
Compute the convex hull.
void getAliveConstraintSegments(std::vector< ConstraintSegment2 * > &vAliveConstraintSegments) const
Get active (alive) constraint segments.
void insert(const std::vector< Point2 > &vInputPoints)
Insert a vector of points.
void showGeomview(Visualizer3 *pVis, const char *color="1 1 1 0.5") const
Draws the triangulation in 3D.
void writeWebScene(const char *path) const
Write the current triangulation to an *.obj file.
Voronoi2 * getVoronoiDiagram()
Get the Voronoi diagram.
void unsubscribe(MsgType msgType, MsgBase *pMsg)
Unregister a message receiver.
Point2 * getVertexPointer(const Point2 &p)
Get pointer.
void setFastMode(bool bFast)
Set fast mode.
void remove(std::vector< Point2 * > &vPoints)
Remove vertices.
double getMedianEdgeLength25D()
void insert(CloudPrepare *pCloudPrepare, bool bClear=true)
Insert points from a CloudPrepare object.
Zone2 * createZone_cookieCutter(std::vector< Segment2 > &vSegments, bool bProtectEdges, ConstraintGraph2 *&pProtectedEdgesCG, ConstraintGraph2 *&pBoundaryCG)
Cookie Cutter The Cookie Cutter cuts out a part of a triangulation and returns it as a Zone2 object.
void insert(int numPoints, double *aCoordinates, Point2 **aHandles)
Insert points from an array.
void refineAdvanced(MeshGenParams *pParameters)
Delaunay refinement and grid meshing.
size_t numberOfTriangles() const
Number of triangles.
void writeObj(const char *filename, Zone2 *pZone) const
Write a zone to an *.obj file.
void insert(const std::vector< Point2 > &vInputPoints, std::vector< Point2 * > &vHandles)
Insert points from a std::vector and store pointers in vHandles.
ConstraintGraph2 * createConstraint(std::vector< Segment2 > &vSegments, ConstraintInsertionStrategy cis, bool bOrientedSegments=false, bool bUseHeightOfLatest=false)
Add constraint edges (edges, polyline, polygon) .
ConstraintSegment2 * getConstraintSegment(Point2 *p0, Point2 *p1) const
Retrieve a ConstraintSegment2.
bool drape(std::vector< Segment2 > &vSegmentsIn, std::vector< Segment2 > &vSegmentsOut, double zTolerance, double offTolerance=0.0) const
Drape segments along a surface.
bool saveZones(std::ostream &stream, std::vector< Zone2 * > &vSaveZones)
Save zones.
Zone2 * getPeeledZone(double angleThreshold, bool bAvoidSplit)
Get a peeled zone The getPeeledZone() function returns a zone that includes all triangles of dt excep...
bool isConstraint(Point2 *p0, Point2 *p1) const
Check if an edge is a constraint edge.
Point2 * insert(const Point2 &p)
Insert a single point.
void applyConstraintsAndZones()
Apply conforming constraints and zones (deprecated!)
bool hasArea() const
Check if the triangulation contains triangles (which is the case if at least 3 non-collinear points e...
void refine(Zone2 *pZone, double minAngleDegree, double minEdgeLength, double maxEdgeLength, bool bAllowConstraintSplitting)
Delaunay refinement.
void remove(Point2 *pVertex)
Remove a single vertex.
Zone2 * createZone(ConstraintGraph2 *pConstraintGraph, ZoneLocation zoneLoc, bool bVerbose=true)
Create a zone.
bool saveTriangulation(const char *filename, std::vector< Zone2 * > &vSaveZones)
Save a triangulation.
void showGeomview(const char *filename, const char *color="1 1 1 0.5") const
Draws the triangulation in 3D.
bool writePly(const char *filename, bool bASCII=false) const
Write the current triangulation to a *.ply file.
Point2 * getNearestNeighbor(const Point2 &p)
Get nearest neighbor.
Zone2 * importTrianglesFromPly(const char *filename)
Import Triangles from *.PLY.
void deleteZone(Zone2 *pZone)
Delete a Zone2 object.
bool writePly(std::ostream &os, bool bASCII=false) const
Write the current triangulation to a *.ply file.
size_t numberOfPoints() const
Number of points.
bool saveZones(const char *filename, std::vector< Zone2 * > &vSaveZones)
Save zones.
void getIncidentTriangles(Point2 *pVtx, std::vector< Triangle2 * > &vIncidentT) const
Get incident triangles.
Zone2 * createZone(const std::vector< ConstraintGraph2 * > &vConstraintGraphs, ZoneLocation zoneLoc, const Point2 &startPoint, bool bVerbose=true)
Create a zone limited by multiple ConstraintGraph2 objects by growing from a start point.
void show(Visualizer2 *pVis, bool bWithConstraints=true) const
Draws the triangulation using an existing Visualizer2 object.
Zone2 * importTriangles(std::vector< Point2 > &vPoints, bool bReorientIfNeeded, bool bCreateExtendedBoundingBox)
Import Triangles.
Zone2 * importTrianglesFromPly(std::istream &is)
Import Triangles from *.PLY.
Triangle2 * getAdjacentTriangle(Point2 *p0, Point2 *p1) const
Get adjacent triangle.
Triangle2 * locate(const Point2 &p)
Locate a triangle which contains p.
bool isConstraint(Point2 *pVtx) const
Check if a vertex is a constraint vertex.
void showVtk(const char *filename, VtkColor color, VtkColor constraintColor=VTK_TRANSPARENT) const
Draws the triangulation using the VTK file format.
double getMedianEdgeLength2D()
void exportTriangulation(FadeExport &fadeExport, bool bWithCustomIndices, bool bClear)
Export triangulation data from Fade.
Fade_2D(unsigned numExpectedVertices=3)
Constructor of the triangulation class.
void getUndirectedEdges(std::vector< Edge2 > &vUndirectedEdgesOut) const
Get undirected edges.
Zone2 * createZone(std::vector< Triangle2 * > &vTriangles, bool bVerbose=true)
Create a zone defined by a vector of triangles.
void show(const char *filename, bool bWithConstraints=true) const
Draws the triangulation as postscript or pdf file.
Zone2 * importTriangles_robust(std::vector< Point2 > &vPoints)
Import Triangles - Robust (Error-tolerant version)
void getDirectedEdges(std::vector< Edge2 > &vDirectedEdgesOut) const
Get directed edges Edges are counterclockwise oriented around their triangle. The present method retu...
bool checkValidity(bool bCheckEmptyCircleProperty, const char *msg) const
Checks if a triangulation is valid.
bool isConstraint(Triangle2 *pT, int ith) const
Check if an edge is a constraint edge.
void printLicense() const
Prints license information.
Fade_2D(Fade_2D &other, std::vector< Zone2 * > vZoneIn=std::vector< Zone2 * >(), std::vector< Zone2 * > vZoneOut=std::vector< Zone2 * >())
Copy constructor, copy also zones.
int setNumCPU(int numCPU)
Set the number CPU cores for multithreading (deprecated)
void subscribe(MsgType msgType, MsgBase *pMsg)
Register a message receiver.
void writeObj(const char *filename) const
Write the current triangulation to an *.obj file.
bool saveTriangulation(std::ostream &stream, std::vector< Zone2 * > &vSaveZones)
Save a triangulation.
void cutTriangles(std::vector< Segment2 > &vSegments, bool bTurnEdgesIntoConstraints)
Cut through a triangulation.
Zone2 * createZone(ConstraintGraph2 *pConstraintGraph, ZoneLocation zoneLoc, const Point2 &startPoint, bool bVerbose=true)
Create a zone limited by a ConstraintGraph by growing from a start point.
bool load(std::istream &stream, std::vector< Zone2 * > &vZones)
Load a triangulation.
Orientation2 getOrientation(const Point2 &p0, const Point2 &p1, const Point2 &p2)
Compute the orientation of 3 points.
void getIncidentVertices(Point2 *pVtx, std::vector< Point2 * > &vIncidentVertices) const
Get incident vertices.
double measureTriangulationTime(const std::vector< Point2 > &vPoints)
Measure the Delaunay triangulation time.
void getAliveAndDeadConstraintSegments(std::vector< ConstraintSegment2 * > &vAllConstraintSegments) const
Get all (alive and dead) constraint segments.
Bbox2 computeBoundingBox() const
Compute the axis-aligned bounding box of the points.
Parameters for the mesh generator.
Definition: MeshGenParams.h:59
MsgBase, a base class for message subscriber classes.
Definition: MsgBase.h:47
Point.
Definition: Point2.h:53
Triangle.
Definition: Triangle2.h:60
Visualizer2 is a PDF- and Postscript writer.
Definition: Visualizer2.h:54
Visualizer3 is a 3D scene writer for the Geomview viewer.
Definition: Visualizer3.h:37
A writer for the VTK file format.
Definition: VtkWriter.h:62
Zone2 is a certain defined area of a triangulation.
Definition: Zone2.h:96
FadeExport is a simple struct to export triangulation data.
Definition: FadeExport.h:43