|
BALL
1.4.2
|
#include <BALL/VIEW/PRIMITIVES/gridVisualisation.h>
Public Types | |
| enum | Type { PLANE, SLICES, DOTS } |
Public Member Functions | |
| GridVisualisation () | |
| GridVisualisation (const GridVisualisation &plane) | |
| virtual | ~GridVisualisation () |
| const GridVisualisation & | operator= (const GridVisualisation &plane) |
| const Vector3 & | getNormal () const |
| void | setNormal (const Vector3 &normal) |
| const Vector3 & | getPoint () const |
| void | setPoint (const Vector3 &v) |
| void | setGrid (const RegularData3D *grid) |
| const RegularData3D * | getGrid () const |
| Position | getTexture () const |
| void | setTexture (Position texture) |
| void | setDotSize (Size dot_size) |
| Size | getDotSize () const |
Public Member Functions inherited from BALL::VIEW::GeometricObject | |
| GeometricObject () | |
| GeometricObject (const GeometricObject &object) | |
| virtual | ~GeometricObject () |
| virtual void | clear () |
| void | set (const GeometricObject &object) |
| GeometricObject & | operator= (const GeometricObject &object) |
| void | swap (GeometricObject &object) |
| void | setComposite (const Composite *composite) |
| const Composite * | getComposite () const |
| virtual bool | isValid () const |
| virtual void | dump (std::ostream &s=std::cout, Size depth=0) 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... | |
| virtual void | getVertices (std::vector< Vector3 > &) const |
Public Attributes | |
| Vector3 | origin |
| Vector3 | x |
| Vector3 | y |
| Vector3 | z |
| float | max_dim |
| Size | slices |
| vector< Vector3 > | points |
| Type | type |
| bool | draw_box |
Protected Attributes | |
| Vector3 | normal_ |
| Vector3 | point_ |
| Position | texture_ |
| const RegularData3D * | grid_ |
| Size | dot_size_ |
Definition at line 25 of file gridVisualisation.h.
| Enumerator | |
|---|---|
| PLANE | |
| SLICES | |
| DOTS | |
Definition at line 30 of file gridVisualisation.h.
| BALL::VIEW::GridVisualisation::GridVisualisation | ( | ) |
| BALL::VIEW::GridVisualisation::GridVisualisation | ( | const GridVisualisation & | plane | ) |
|
inlinevirtual |
Destructor
Definition at line 52 of file gridVisualisation.h.
|
inline |
Definition at line 85 of file gridVisualisation.h.
|
inline |
Definition at line 73 of file gridVisualisation.h.
|
inline |
Definition at line 58 of file gridVisualisation.h.
|
inline |
Definition at line 64 of file gridVisualisation.h.
|
inline |
Definition at line 76 of file gridVisualisation.h.
| const GridVisualisation& BALL::VIEW::GridVisualisation::operator= | ( | const GridVisualisation & | plane | ) |
|
inline |
Definition at line 82 of file gridVisualisation.h.
|
inline |
Definition at line 70 of file gridVisualisation.h.
|
inline |
Definition at line 61 of file gridVisualisation.h.
|
inline |
Definition at line 67 of file gridVisualisation.h.
|
inline |
Definition at line 79 of file gridVisualisation.h.
|
protected |
Definition at line 100 of file gridVisualisation.h.
| bool BALL::VIEW::GridVisualisation::draw_box |
Definition at line 92 of file gridVisualisation.h.
|
protected |
Definition at line 99 of file gridVisualisation.h.
| float BALL::VIEW::GridVisualisation::max_dim |
Definition at line 88 of file gridVisualisation.h.
|
protected |
Definition at line 96 of file gridVisualisation.h.
| Vector3 BALL::VIEW::GridVisualisation::origin |
Definition at line 87 of file gridVisualisation.h.
|
protected |
Definition at line 97 of file gridVisualisation.h.
| vector<Vector3> BALL::VIEW::GridVisualisation::points |
Definition at line 90 of file gridVisualisation.h.
| Size BALL::VIEW::GridVisualisation::slices |
Definition at line 89 of file gridVisualisation.h.
|
protected |
Definition at line 98 of file gridVisualisation.h.
| Type BALL::VIEW::GridVisualisation::type |
Definition at line 91 of file gridVisualisation.h.
| Vector3 BALL::VIEW::GridVisualisation::x |
Definition at line 87 of file gridVisualisation.h.
| Vector3 BALL::VIEW::GridVisualisation::y |
Definition at line 87 of file gridVisualisation.h.
| Vector3 BALL::VIEW::GridVisualisation::z |
Definition at line 87 of file gridVisualisation.h.
1.8.3.1