#include <ivf/IvfBrick.h>
Inheritance diagram for CIvfBrick:

Public Member Functions | |
| CIvfBrick () | |
| virtual | ~CIvfBrick () |
| IvfClassInfo ("CIvfBrick", CIvfQuadSet) | |
| void | setSize (CIvfPoint3d *p1, CIvfPoint3d *p2) |
| void | setSize (const double width, const double height, const double depth) |
| void | getSize (double &width, double &height, double &depth) |
Protected Member Functions | |
| virtual void | createSelect () |
| virtual void | initBrick () |
Protected Attributes | |
| double | m_size [3] |
CIvfBrick implements a shape consisting of 6 sides forming a brick.
Definition at line 40 of file IvfBrick.h.
|
|
CIvfBrick constructor |
|
|
CIvfBrick destructor |
|
|
Creates the select object. When the object is selected. This method is called to create the object respresenting the select state. Reimplemented from CIvfShape. |
|
||||||||||||||||
|
Return brick size |
|
||||||||||||||||
|
Set brick size The brick size is specified by supplying 3 dimensions.
|
|
||||||||||||
|
Set brick size (2 points) The brick size is specified by supplying to point references.
|
1.4.6-NO