#include <Segment.h>
Classes | |
class | const_facet_iterator |
Public Member Functions | |
void | addIndices (const std::vector< unsigned long > &inds) |
const_facet_iterator | facets_begin () const |
const_facet_iterator | facets_end () const |
const std::vector< unsigned long > & | getIndices () const |
bool | isEmpty () const |
const Segment & | operator= (const Segment &) |
bool | operator== (const Segment &) const |
void | removeIndices (const std::vector< unsigned long > &inds) |
Segment (MeshObject *, const std::vector< unsigned long > &inds, bool mod) | |
Segment (MeshObject *, bool mod) | |
Friends | |
class | MeshObject |
Definition at line 36 of file Segment.h.
Segment::Segment | ( | MeshObject * | mesh, | |
bool | mod | |||
) |
Definition at line 39 of file Mesh/App/Segment.cpp.
Segment::Segment | ( | MeshObject * | mesh, | |
const std::vector< unsigned long > & | inds, | |||
bool | mod | |||
) |
Definition at line 43 of file Mesh/App/Segment.cpp.
void Segment::addIndices | ( | const std::vector< unsigned long > & | inds | ) |
Definition at line 50 of file Mesh/App/Segment.cpp.
const_facet_iterator Mesh::Segment::facets_begin | ( | ) | const [inline] |
const_facet_iterator Mesh::Segment::facets_end | ( | ) | const [inline] |
const std::vector< unsigned long > & Segment::getIndices | ( | ) | const |
Definition at line 73 of file Mesh/App/Segment.cpp.
Referenced by CmdApproxSurface::activated(), Mesh::MeshObject::addSegment(), MeshGui::SoFCMeshSegmentShape::computeBBox(), MeshGui::SoFCMeshSegmentShape::getPrimitiveCount(), Mesh::MeshPy::getSegment(), Mesh::MeshObject::getSegmentsFromType(), importer(), and open().
bool Mesh::Segment::isEmpty | ( | void | ) | const [inline] |
Definition at line 44 of file Segment.h.
Referenced by Mesh::MeshObject::getSegmentsFromType().
Definition at line 78 of file Mesh/App/Segment.cpp.
bool Segment::operator== | ( | const Segment & | s | ) | const |
Definition at line 88 of file Mesh/App/Segment.cpp.
void Segment::removeIndices | ( | const std::vector< unsigned long > & | inds | ) |
Definition at line 59 of file Mesh/App/Segment.cpp.
References result.
friend class MeshObject [friend] |