Mesh::Segment Class Reference

#include <Segment.h>

Classes

class  const_facet_iterator
 

Public Member Functions

void addIndices (const std::vector< FacetIndex > &inds)
 
const_facet_iterator facets_begin () const
 
const_facet_iterator facets_end () const
 
const std::string & getColor () const
 
const std::vector< FacetIndex > & getIndices () const
 
const std::string & getName () const
 
bool isEmpty () const
 
bool isSaved () const
 
const Segmentoperator= (const Segment &)
 
bool operator== (const Segment &) const
 
void removeIndices (const std::vector< FacetIndex > &inds)
 
void save (bool on)
 
 Segment (const MeshObject *, bool mod)
 
 Segment (const MeshObject *, const std::vector< FacetIndex > &inds, bool mod)
 
 Segment (const Segment &)
 
void setColor (const std::string &c)
 
void setName (const std::string &n)
 

Friends

class MeshObject
 

Constructor & Destructor Documentation

◆ Segment() [1/3]

Segment::Segment ( const MeshObject mesh,
bool  mod 
)

◆ Segment() [2/3]

Segment::Segment ( const MeshObject mesh,
const std::vector< FacetIndex > &  inds,
bool  mod 
)

◆ Segment() [3/3]

Segment::Segment ( const Segment s)

Member Function Documentation

◆ addIndices()

void Segment::addIndices ( const std::vector< FacetIndex > &  inds)

◆ facets_begin()

const_facet_iterator Mesh::Segment::facets_begin ( ) const

◆ facets_end()

const_facet_iterator Mesh::Segment::facets_end ( ) const

◆ getColor()

◆ getIndices()

◆ getName()

const std::string & Mesh::Segment::getName ( void  ) const

◆ isEmpty()

bool Mesh::Segment::isEmpty ( void  ) const

◆ isSaved()

bool Mesh::Segment::isSaved ( ) const

◆ operator=()

const Segment & Segment::operator= ( const Segment s)

◆ operator==()

bool Segment::operator== ( const Segment s) const

◆ removeIndices()

void Segment::removeIndices ( const std::vector< FacetIndex > &  inds)

◆ save()

◆ setColor()

void Mesh::Segment::setColor ( const std::string &  c)

◆ setName()

void Mesh::Segment::setName ( const std::string &  n)

Friends And Related Function Documentation

◆ MeshObject

friend class MeshObject
friend

The documentation for this class was generated from the following files: