Inviwo
0.9.10.1
Inviwo documentation
|
VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS. More...
#include <volumesequencesampler.h>
Public Member Functions | |
VolumeSequenceSampler (std::shared_ptr< const std::vector< std::shared_ptr< Volume >>> volumeSequence, bool allowLooping=true) | |
void | setAllowedLooping (bool allowed=true) |
Public Member Functions inherited from inviwo::Spatial4DSampler< 3, double > | |
Spatial4DSampler (std::shared_ptr< const SpatialEntity< 3 >> spatialEntity) | |
virtual Vector< DataDims, double > | sample (const dvec4 &pos, Space space=Space::Data) const |
virtual Vector< DataDims, double > | sample (const vec4 &pos, Space space=Space::Data) const |
virtual bool | withinBounds (const dvec4 &pos, Space space=Space::Data) const |
virtual bool | withinBounds (const vec4 &pos, Space space=Space::Data) const |
const SpatialCoordinateTransformer< 3 > & | getCoordinateTransformer () const |
mat4 | getModelMatrix () const |
mat4 | getWorldMatrix () 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< 3, double > | |
using | Space = CoordinateSpace |
using | ReturnType = Vector< DataDims, double > |
Static Public Attributes inherited from inviwo::Spatial4DSampler< 3, double > | |
static const unsigned | SpatialDimensions |
static const unsigned | DataDimensions |
Protected Attributes inherited from inviwo::Spatial4DSampler< 3, double > | |
std::shared_ptr< const SpatialEntity< 3 > > | spatialEntity_ |
VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS.