|
| ConstrainedTriangle () |
|
| ConstrainedTriangle (const TriangleDescriptor &td) |
|
| ConstrainedTriangle (Vertex *v1, Vertex *v2, Vertex *v3) |
|
virtual int | container_section () const |
|
virtual bool | collapse_edge (std::vector< Face * > &vNewFacesOut, int edgeIndex, Vertex *newVertex, Vertex **pSubstituteVertices=NULL) |
|
virtual bool | collapse_edges (std::vector< Face * > &vNewFacesOut, std::vector< Vertex * > &vNewEdgeVertices, Vertex **pSubstituteVertices=NULL) |
|
virtual GridObject * | create_empty_instance () const |
|
virtual void | create_faces_by_edge_split (int splitEdgeIndex, Vertex *newVertex, std::vector< Face * > &vNewFacesOut, Vertex **pSubstituteVertices=NULL) |
|
| CustomTriangle () |
|
| CustomTriangle (const TriangleDescriptor &td) |
|
| CustomTriangle (Vertex *v1, Vertex *v2, Vertex *v3) |
|
virtual EdgeDescriptor | edge_desc (int index) const |
|
virtual void | edge_desc (int index, EdgeDescriptor &edOut) const |
|
virtual std::pair< GridBaseObjectId, int > | get_opposing_object (Vertex *vrt) const |
|
virtual bool | is_regular_ref_rule (int edgeMarks) const |
|
virtual size_t | num_vertices () const |
|
virtual ReferenceObjectID | reference_object_id () const |
|
virtual bool | refine (std::vector< Face * > &vNewFacesOut, Vertex **newFaceVertexOut, Vertex **newEdgeVertices, Vertex *newFaceVertex=NULL, Vertex **pSubstituteVertices=NULL, int snapPointIndex=-1) |
| Refines a Triangle by inserting new vertices. More...
|
|
virtual Vertex * | vertex (size_t index) const |
|
virtual Face::ConstVertexArray | vertices () const |
|
| ConstrainedFace () |
|
GridObject * | get_constraining_object () |
|
int | get_parent_base_object_id () |
|
virtual bool | is_constrained () const |
| returns true if the object is constrained by other objects. More...
|
|
virtual void | remove_constraint_link (const Face *f) |
| removes a constraint link to the grid object. More...
|
|
void | set_constraining_object (GridObject *pObj) |
|
void | set_parent_base_object_id (int id) |
|
virtual | ~ConstrainedFace () |
|
virtual int | base_object_id () const |
|
int | get_local_side_index (EdgeVertices *e) const |
| returns the local index of the specified edge. More...
|
|
virtual bool | get_opposing_side (EdgeVertices *e, EdgeDescriptor &edOut) const |
| retrieves the edge-descriptor for the opposing side to the specified one. More...
|
|
uint | num_edges () const |
|
uint | num_sides () const |
|
virtual | ~Face () |
|
uint | grid_data_index () const |
| Returns the grid attachment data index of a geometric object. More...
|
|
virtual bool | is_constraining () const |
| returns the id of the reference-object. More...
|
|
virtual | ~GridObject () |
|
virtual void | remove_constraint_link (const Vertex *vrt) |
| removes a constraint link to the grid object. More...
|
|
virtual void | remove_constraint_link (const Edge *e) |
| removes a constraint link to the grid object. More...
|
|
Vertex * | operator[] (size_t index) const |
| returns the i-th vertex. More...
|
|
size_t | size () const |
| returns the number of vertices. More...
|
|
virtual | ~FaceVertices () |
|
Vertex * | operator[] (size_t index) const |
| returns the i-th vertex. More...
|
|
size_t | size () const |
| returns the number of vertices. More...
|
|
virtual | ~IVertexGroup () |
|
a triangle constrained by another object.