BALL
1.4.79
|
#include <BALL/VIEW/PRIMITIVES/multiLine.h>
Public Member Functions | |
MultiLine () | |
Default Constructor. More... | |
MultiLine (const MultiLine &line) | |
Copy constructor with cloning facility. More... | |
virtual | ~MultiLine () |
virtual void | clear () |
void | set (const MultiLine &line) |
const MultiLine & | operator= (const MultiLine &line) |
virtual bool | isValid () const |
virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
virtual void | getVertices (vector< Vector3 > &vertices) const |
Public Member Functions inherited from BALL::VIEW::GeometricObject | |
GeometricObject () | |
GeometricObject (const GeometricObject &object) | |
virtual | ~GeometricObject () |
void | set (const GeometricObject &object) |
GeometricObject & | operator= (const GeometricObject &object) |
void | swap (GeometricObject &object) |
void | setComposite (const Composite *composite) |
const Composite * | getComposite () const |
void | setColor (const ColorRGBA &color) |
void | setColor (const ColorUnit &red, const ColorUnit &green, const ColorUnit &blue, const ColorUnit &alpha=(float) 1) |
const ColorRGBA & | getColor () const |
ColorRGBA & | getColor () |
void | getColor (ColorUnit &red, ColorUnit &green, ColorUnit &blue, ColorUnit &alpha) const |
void | getColors (HashSet< String > &colors) |
Insert the colors of this object into the hashset. More... | |
bool | operator== (const GeometricObject &object) const |
Needed for MSVC. More... | |
bool | operator< (const GeometricObject &object) const |
Needed for MSVC. More... | |
Public Member Functions inherited from BALL::VIEW::MultiColorExtension | |
MultiColorExtension () | |
MultiColorExtension (const MultiColorExtension &color_extension) | |
virtual | ~MultiColorExtension () |
void | set (const MultiColorExtension &color_extension) |
const MultiColorExtension & | operator= (const MultiColorExtension &color_extension) |
void | swap (MultiColorExtension &color_extension) |
void | setColors (const vector< ColorRGBA > &colors) |
vector< ColorRGBA > & | getColors () |
const vector< ColorRGBA > & | getColors () const |
void | setAlphas (Size alpha) |
Set the alpha values for all colors. More... | |
Public Attributes | |
vector< Vector3 > | tangents |
vector< Vector3 > | vertices |
Public Attributes inherited from BALL::VIEW::MultiColorExtension | |
vector< ColorRGBA > | colors |
A line with multiple vertices and colors.
Definition at line 30 of file multiLine.h.
BALL::VIEW::MultiLine::MultiLine | ( | ) |
Default Constructor.
BALL::VIEW::MultiLine::MultiLine | ( | const MultiLine & | line | ) |
Copy constructor with cloning facility.
|
virtual |
Destructor
|
virtual |
Explicit default initialization.
Reimplemented from BALL::VIEW::MultiColorExtension.
|
virtual |
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.
s | output stream where to output the value of this line |
depth | the dumping depth |
Reimplemented from BALL::VIEW::MultiColorExtension.
|
virtual |
Reimplemented from BALL::VIEW::GeometricObject.
|
virtual |
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 true
is returned, false
otherwise. Calls GeometricObject::isValid. Calls Vertex2::isValid.
true
if the internal state of this line is correct (self-validated) and consistent, false
otherwise Reimplemented from BALL::VIEW::GeometricObject.
void BALL::VIEW::MultiLine::set | ( | const MultiLine & | line | ) |
vector<Vector3> BALL::VIEW::MultiLine::tangents |
Definition at line 89 of file multiLine.h.
vector<Vector3> BALL::VIEW::MultiLine::vertices |
Definition at line 90 of file multiLine.h.