#include <Reflection.h>
Public Member Functions | |
Reflection (const DDSolid &s) | |
const DDSolid & | solid () |
void | stream (std::ostream &) 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 () |
Private Attributes | |
DDSolid | s_ |
Additional Inherited Members | |
Protected Attributes inherited from DDI::Solid | |
std::vector< double > | p_ |
DDSolidShape | shape_ |
Definition at line 10 of file Reflection.h.
DDI::Reflection::Reflection | ( | const DDSolid & | s | ) |
Definition at line 3 of file Reflection.cc.
|
inline |
Definition at line 16 of file Reflection.h.
References s_.
Referenced by DDReflectionSolid::unreflected().
|
virtual |
|
virtual |
Reimplemented from DDI::Solid.
Definition at line 8 of file Reflection.cc.
|
private |
Definition at line 18 of file Reflection.h.
Referenced by solid().