#include <Shapeless.h>
Public Member Functions | |
Shapeless () | |
void | stream (std::ostream &os) const |
double | volume () const |
Public Member Functions inherited from DDI::Solid | |
const std::vector< double > & | parameters () const |
void | setParameters (std::vector< double > const &p) |
DDSolidShape | shape () const |
Solid () | |
Solid (DDSolidShape shape) | |
virtual | ~Solid () |
Additional Inherited Members | |
Protected Attributes inherited from DDI::Solid | |
std::vector< double > | p_ |
DDSolidShape | shape_ |
Definition at line 9 of file Shapeless.h.
|
inline |
Definition at line 12 of file Shapeless.h.
|
inlinevirtual |
Reimplemented from DDI::Solid.
Definition at line 14 of file Shapeless.h.
|
inlinevirtual |