Inviwo  0.9.10.1
Inviwo documentation
inviwo::StructuredCoordinateTransformer< N > Class Template Referenceabstract
+ Inheritance diagram for inviwo::StructuredCoordinateTransformer< N >:

Public Member Functions

virtual StructuredCoordinateTransformer< N > * clone () const =0
 
virtual Matrix< N+1, float > getMatrix (CoordinateSpace from, CoordinateSpace to) const
 
virtual const Matrix< N+1, float > getModelToDataMatrix () const =0
 
virtual const Matrix< N+1, float > getModelToTextureMatrix () const =0
 
virtual const Matrix< N+1, float > getModelToIndexMatrix () const =0
 
virtual const Matrix< N+1, float > getModelToWorldMatrix () const =0
 
virtual const Matrix< N+1, float > getDataToModelMatrix () const =0
 
virtual const Matrix< N+1, float > getTextureToModelMatrix () const =0
 
virtual const Matrix< N+1, float > getDataToIndexMatrix () const =0
 
virtual const Matrix< N+1, float > getTextureToIndexMatrix () const =0
 
virtual const Matrix< N+1, float > getDataToWorldMatrix () const =0
 
virtual const Matrix< N+1, float > getTextureToWorldMatrix () const =0
 
virtual const Matrix< N+1, float > getIndexToModelMatrix () const =0
 
virtual const Matrix< N+1, float > getIndexToDataMatrix () const =0
 
virtual const Matrix< N+1, float > getIndexToTextureMatrix () const =0
 
virtual const Matrix< N+1, float > getIndexToWorldMatrix () const =0
 
virtual const Matrix< N+1, float > getWorldToModelMatrix () const =0
 
virtual const Matrix< N+1, float > getWorldToDataMatrix () const =0
 
virtual const Matrix< N+1, float > getWorldToTextureMatrix () const =0
 
virtual const Matrix< N+1, float > getWorldToIndexMatrix () const =0
 

Member Function Documentation

◆ getDataToIndexMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getDataToIndexMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to voxel index coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to [0, number of voxels)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getDataToModelMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getDataToModelMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to model space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (data min, data max)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getDataToWorldMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getDataToWorldMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to world space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (-inf, inf)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getIndexToDataMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getIndexToDataMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from voxel index coordinates to raw data numbers, i.e. from [0, number of voxels) to generally (-inf, inf), ([0,1] for textures)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getIndexToModelMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getIndexToModelMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from voxel index coordinates to model space coordinates, i.e. from [0, number of voxels) to (data min, data max)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getIndexToTextureMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getIndexToTextureMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from voxel index coordinates to raw data numbers, i.e. from [0, number of voxels) to generally (-inf, inf), ([0,1] for textures)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getIndexToWorldMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getIndexToWorldMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from voxel index coordinates to world space coordinates, i.e. from [0, number of voxels) to (-inf, inf)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getMatrix()

template<unsigned int N>
Matrix< N+1, float > inviwo::StructuredCoordinateTransformer< N >::getMatrix ( CoordinateSpace  from,
CoordinateSpace  to 
) const
virtual

Returns the matrix transformation mapping from "from" coordinates to "to" coordinates

Reimplemented from inviwo::SpatialCoordinateTransformer< N >.

◆ getModelToDataMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getModelToDataMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from model space coordinates to raw data numbers, i.e. from (data min, data max) to generally (-inf, inf), ([0,1] for textures)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getModelToIndexMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getModelToIndexMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from model space coordinates to voxel index coordinates, i.e. from (data min, data max) to [0, number of voxels)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getModelToTextureMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getModelToTextureMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from model space coordinates to raw data numbers, i.e. from (data min, data max) to generally (-inf, inf), ([0,1] for textures)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getModelToWorldMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getModelToWorldMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from model space coordinates to world space coordinates, i.e. from (data min, data max) to (-inf, inf)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getTextureToIndexMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getTextureToIndexMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to voxel index coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to [0, number of voxels)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getTextureToModelMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getTextureToModelMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to model space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (data min, data max)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getTextureToWorldMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getTextureToWorldMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from raw data numbers to world space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (-inf, inf)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getWorldToDataMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getWorldToDataMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from world space coordinates to raw data numbers, i.e. from (-inf, inf) to generally (-inf, inf), ([0,1] for textures)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getWorldToIndexMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getWorldToIndexMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from world space coordinates to voxel index coordinates, i.e. from (-inf, inf) to [0, number of voxels)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getWorldToModelMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getWorldToModelMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from world space coordinates to model space coordinates, i.e. from (-inf, inf) to (data min, data max)

Implements inviwo::SpatialCoordinateTransformer< N >.

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.

◆ getWorldToTextureMatrix()

template<unsigned int N>
virtual const Matrix<N+1, float> inviwo::StructuredCoordinateTransformer< N >::getWorldToTextureMatrix ( ) const
pure virtual

Returns the matrix transformation mapping from world space coordinates to raw data numbers, i.e. from (-inf, inf) to generally (-inf, inf), ([0,1] for textures)

Implemented in inviwo::StructuredCoordinateTransformerImpl< N >.


The documentation for this class was generated from the following file: