Go to the documentation of this file.
19 IndexedMesh(
const std::vector<int>& model,
const std::vector<Geom::Pnt>& points);
39 void createEdges(
const std::vector<int>& model,
const std::vector<Geom::Pnt>& points);
LX_GEOM_EXPORT std::istream & operator>>(std::istream &is, Geom::IndexedMesh &op)
void createEdges(const std::vector< int > &model, const std::vector< Geom::Pnt > &points)
IndexedMesh(const std::vector< int > &model, const std::vector< Geom::Pnt > &points)
std::vector< unsigned int > wire_color_per_vertex
Definition: IndexedMesh.h:33
LX_GEOM_EXPORT std::ostream & operator<<(std::ostream &os, Geom::IndexedMesh &op)
LX_GEOM_EXPORT Base::AbstractWriter & operator<<(Base::AbstractWriter &os, Geom::IndexedMesh &op)
IndexedMesh(const IndexedMesh &other)
std::vector< long > wire_coordinateIndices
Definition: IndexedMesh.h:32
std::vector< Geom::Pnt > wire_vertices
Definition: IndexedMesh.h:31
bool restore(const std::string &s)
static bool setBinaryWriteMode(bool on)
std::vector< unsigned int > face_color_per_vertex
Definition: IndexedMesh.h:28
std::shared_ptr< Geom::IndexedMesh > pIndexedMesh
Definition: IndexedMesh.h:59
std::vector< long > face_coordinateIndices
Definition: IndexedMesh.h:24
static bool setBinaryReadMode(bool on)
std::vector< Geom::Dir > face_per_vertex_normals
Definition: IndexedMesh.h:26
virtual void transform(const Geom::Trsf &t)
bool operator==(const IndexedMesh &c) const
std::vector< Geom::Pnt > face_vertices
Definition: IndexedMesh.h:23
IndexedMesh & operator=(const IndexedMesh &)
Definition: IndexedMesh.h:15
Definition: AbstractXMLReader.h:5
Definition: PropertyContainer.h:33