#include <multiLine.h>
Inheritance diagram for VIEW::MultiLine:

Public Member Functions | |
| MultiLine () throw () | |
| Default Constructor. | |
| MultiLine (const MultiLine &line) throw () | |
| Copy constructor with cloning facility. | |
| virtual | ~MultiLine () throw () |
| Destructor. | |
| virtual void | clear () throw () |
| Explicit default initialization. | |
| void | set (const MultiLine &line) throw () |
| const MultiLine & | operator= (const MultiLine &line) throw () |
| Assignment operator. | |
| virtual bool | isValid () const throw () |
| Internal state and consistency self-validation. | |
| virtual void | dump (std::ostream &s=std::cout, Size depth=0) const throw () |
| Internal value dump. | |
| virtual void | getVertices (vector< Vector3 > &vertices) const |
Public Attributes | |
| vector< Vector3 > | tangents |
| vector< Vector3 > | vertices |
|
|
Explicit default initialization.
Reimplemented from VIEW::MultiColorExtension. |
|
||||||||||||
|
Internal value dump. Dump the current value of this line to the output ostream s with dumping depth depth. Calls GeometricObject::dump. Calls Vertex2::dump.
Reimplemented from VIEW::MultiColorExtension. |
|
|
Internal state and consistency self-validation.
Initiate self-validation of the internal state and data structure consistencies of this line. If the internal state of this line is correct (self-validated) and consistent
Reimplemented from VIEW::GeometricObject. |
|
|
Assignment operator.
|