![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| void | setAllowedLooping (bool allowed=true) |
| VolumeSequenceSampler (std::shared_ptr< const VolumeSequence > volumeSequence, bool allowLooping=true) | |
| Public Member Functions inherited from inviwo::Spatial4DSampler< dvec3 > | |
| const SpatialCoordinateTransformer & | getCoordinateTransformer () const |
| mat4 | getModelMatrix () const |
| mat4 | getWorldMatrix () const |
| virtual dvec3 | sample (const dvec4 &pos, CoordinateSpace space=CoordinateSpace::Data) const |
| Spatial4DSampler (std::shared_ptr< const SpatialEntity > spatialEntity) | |
| virtual bool | withinBounds (const dvec4 &pos, CoordinateSpace space=CoordinateSpace::Data) const |
Protected Member Functions | |
| virtual dvec3 | sampleDataSpace (const dvec4 &pos) const |
| virtual bool | withinBoundsDataSpace (const dvec4 &pos) const |
Additional Inherited Members | |
| Public Types inherited from inviwo::Spatial4DSampler< dvec3 > | |
| using | type |
| Static Public Attributes inherited from inviwo::Spatial4DSampler< dvec3 > | |
| static const unsigned | SpatialDimensions |
| Protected Attributes inherited from inviwo::Spatial4DSampler< dvec3 > | |
| std::shared_ptr< const SpatialEntity > | spatialEntity_ |
|
protectedvirtual |
Implements inviwo::Spatial4DSampler< dvec3 >.
|
protectedvirtual |
Implements inviwo::Spatial4DSampler< dvec3 >.