Index

C++ Code Documentation

geom::surface0::LineSet

Children: geom::surface0::SurfaceBase

File: GEOM/geom/surface0/LineSet.H

public:
  • LineSet();
    constructor
  • LineSet( LineSet const & );
    copy constructor
  • virtual ~LineSet();
    destructor
  • LineSet &operator=( LineSet const & );
    assignment operator
  • virtual uint line_count() const;
    Returns the total number of lines in the surface.
  • virtual uint line_count(uint i) const;
    Returns the number of vertices of the n'th line.
  • virtual uint line_vertex( uint i, uint j) const;
    Returns the index of v'th vertex of the f'th line.
  • std::list<uint> const &line(uint i) const;
  • std::list<std::list<uint> > const &line() const;
  • void line( std::list<std::list<uint> > &line ) const;
  • void import_lines( std::list<std::list<uint> > const &line );
protected:
  • void clear();
private:
  • std::list<std::list<uint> > _line;
    std::list of face indices


geom::surface0::LineSet GANG