|
AvogadroLibs 1.101.0
|
The VolumeGeometry class contains a regularly spaced volumetric data set. More...
#include <avogadro/rendering/volumegeometry.h>
Additional Inherited Members | |
| Public Member Functions inherited from Drawable | |
| Drawable (const Drawable &other) | |
| Drawable & | operator= (Drawable) |
| virtual void | accept (Visitor &) |
| const GeometryNode * | parent () const |
| Get a pointer to the drawable object's parent. | |
| GeometryNode * | parent () |
| void | setVisible (bool visibility) |
| Set the visibility of the drawable object. | |
| bool | isVisible () const |
| Get the current visibility of the drawable. | |
| virtual void | render (const Camera &camera) |
| Render the contents of the drawable. | |
| Identifier & | identifier () |
| const Identifier & | identifier () const |
| virtual std::multimap< float, Identifier > | hits (const Vector3f &rayOrigin, const Vector3f &rayEnd, const Vector3f &rayDirection) const |
| virtual Core::Array< Identifier > | areaHits (const Frustrum &f) const |
| virtual void | clear () |
| void | setRenderPass (RenderPass pass) |
| RenderPass | renderPass () const |
| Protected Member Functions inherited from Drawable | |
| void | setParent (GeometryNode *parent) |
| Set the parent node for the node. | |
| Protected Attributes inherited from Drawable | |
| GeometryNode * | m_parent |
| bool | m_visible |
| RenderPass | m_renderPass |
| Identifier | m_identifier |