Inviwo  0.9.10.1
Inviwo documentation
inviwo::StructuredCameraCoordinateTransformerImpl< N > Class Template Reference
+ Inheritance diagram for inviwo::StructuredCameraCoordinateTransformerImpl< N >:

Public Member Functions

 StructuredCameraCoordinateTransformerImpl (const StructuredGridEntity< N > &entity, const CameraND< N > &camera)
 
 StructuredCameraCoordinateTransformerImpl (const StructuredCameraCoordinateTransformerImpl< N > &rhs)=default
 
StructuredCameraCoordinateTransformerImpl< N > & operator= (const StructuredCameraCoordinateTransformerImpl< N > &that)=default
 
virtual StructuredCameraCoordinateTransformerImpl< N > * clone () const
 
void setEntity (const StructuredGridEntity< N > &entity)
 
void setCamera (const CameraND< N > &camera)
 
virtual const Matrix< N+1, float > getClipToDataMatrix () const
 
virtual const Matrix< N+1, float > getClipToIndexMatrix () const
 
virtual const Matrix< N+1, float > getClipToModelMatrix () const
 
virtual const Matrix< N+1, float > getClipToTextureMatrix () const
 
virtual const Matrix< N+1, float > getClipToViewMatrix () const
 
virtual const Matrix< N+1, float > getClipToWorldMatrix () const
 
virtual const Matrix< N+1, float > getDataToClipMatrix () const
 
virtual const Matrix< N+1, float > getDataToIndexMatrix () const
 
virtual const Matrix< N+1, float > getDataToModelMatrix () const
 
virtual const Matrix< N+1, float > getDataToViewMatrix () const
 
virtual const Matrix< N+1, float > getDataToWorldMatrix () const
 
virtual const Matrix< N+1, float > getIndexToClipMatrix () const
 
virtual const Matrix< N+1, float > getIndexToDataMatrix () const
 
virtual const Matrix< N+1, float > getIndexToModelMatrix () const
 
virtual const Matrix< N+1, float > getIndexToTextureMatrix () const
 
virtual const Matrix< N+1, float > getIndexToViewMatrix () const
 
virtual const Matrix< N+1, float > getIndexToWorldMatrix () const
 
virtual const Matrix< N+1, float > getModelToClipMatrix () const
 
virtual const Matrix< N+1, float > getModelToDataMatrix () const
 
virtual const Matrix< N+1, float > getModelToIndexMatrix () const
 
virtual const Matrix< N+1, float > getModelToTextureMatrix () const
 
virtual const Matrix< N+1, float > getModelToViewMatrix () const
 
virtual const Matrix< N+1, float > getModelToWorldMatrix () const
 
virtual const Matrix< N+1, float > getTextureToClipMatrix () const
 
virtual const Matrix< N+1, float > getTextureToIndexMatrix () const
 
virtual const Matrix< N+1, float > getTextureToModelMatrix () const
 
virtual const Matrix< N+1, float > getTextureToViewMatrix () const
 
virtual const Matrix< N+1, float > getTextureToWorldMatrix () const
 
virtual const Matrix< N+1, float > getViewToClipMatrix () const
 
virtual const Matrix< N+1, float > getViewToDataMatrix () const
 
virtual const Matrix< N+1, float > getViewToIndexMatrix () const
 
virtual const Matrix< N+1, float > getViewToModelMatrix () const
 
virtual const Matrix< N+1, float > getViewToTextureMatrix () const
 
virtual const Matrix< N+1, float > getViewToWorldMatrix () const
 
virtual const Matrix< N+1, float > getWorldToClipMatrix () const
 
virtual const Matrix< N+1, float > getWorldToDataMatrix () const
 
virtual const Matrix< N+1, float > getWorldToIndexMatrix () const
 
virtual const Matrix< N+1, float > getWorldToModelMatrix () const
 
virtual const Matrix< N+1, float > getWorldToTextureMatrix () const
 
virtual const Matrix< N+1, float > getWorldToViewMatrix () const
 
- Public Member Functions inherited from inviwo::StructuredCameraCoordinateTransformer< N >
virtual Matrix< N+1, float > getMatrix (CoordinateSpace from, CoordinateSpace to) const
 

Protected Member Functions

virtual const Matrix< N+1, float > getIndexMatrix () const
 
virtual const Matrix< N+1, float > getModelMatrix () const
 
virtual const Matrix< N+1, float > getWorldMatrix () const
 
virtual const Matrix< N+1, float > getViewMatrix () const
 
virtual const Matrix< N+1, float > getProjectionMatrix () const
 

Member Function Documentation

◆ getClipToDataMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToDataMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getClipToIndexMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToIndexMatrix ( ) const
virtual

Returns the matrix transformation mapping from clip space coordinates to voxel index coordinates, i.e. from [-1,1] to [0, number of voxels)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getClipToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToModelMatrix ( ) const
virtual

Returns the matrix transformation mapping from clip space coordinates to model space coordinates, i.e. from [-1,1] to (data min, data max)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getClipToTextureMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToTextureMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getClipToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToViewMatrix ( ) const
virtual

Returns the matrix transformation mapping from clip space coordinates to view space coordinates, i.e. from [-1,1] to (-inf, inf)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getClipToWorldMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getClipToWorldMatrix ( ) const
virtual

Returns the matrix transformation mapping from clip space coordinates to world space coordinates, i.e. from [-1,1] to (-inf, inf)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getDataToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getDataToClipMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getDataToIndexMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getDataToIndexMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getDataToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getDataToModelMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getDataToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getDataToViewMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getDataToWorldMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getDataToWorldMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getIndexToClipMatrix ( ) const
virtual

Returns the matrix transformation mapping from voxel index coordinates to clip space coordinates, i.e. from [0, number of voxels) to [-1,1]

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToDataMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getIndexToDataMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getIndexToModelMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToTextureMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getIndexToTextureMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getIndexToViewMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getIndexToWorldMatrix()

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

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getModelToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToClipMatrix ( ) const
virtual

Returns the matrix transformation mapping from model space coordinates to clip space coordinates, i.e. from (data min, data max) to [-1,1]

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getModelToDataMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToDataMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getModelToIndexMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToIndexMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getModelToTextureMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToTextureMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getModelToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToViewMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getModelToWorldMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getModelToWorldMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getTextureToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getTextureToClipMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getTextureToIndexMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getTextureToIndexMatrix ( ) const
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)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getTextureToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getTextureToModelMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getTextureToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getTextureToViewMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getTextureToWorldMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getTextureToWorldMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getViewToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToClipMatrix ( ) const
virtual

Returns the matrix transformation mapping from view space coordinates to clip space coordinates, i.e. from (-inf, inf) to [-1,1]

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getViewToDataMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToDataMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getViewToIndexMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToIndexMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getViewToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToModelMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getViewToTextureMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToTextureMatrix ( ) const
virtual

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getViewToWorldMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getViewToWorldMatrix ( ) const
virtual

Returns the matrix transformation mapping from view space coordinates to world space coordinates, i.e. from (-inf, inf) to (-inf, inf)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToClipMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getWorldToClipMatrix ( ) const
virtual

Returns the matrix transformation mapping from world space coordinates to clip space coordinates, i.e. from (-inf, inf) to [-1,1]

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToDataMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getWorldToDataMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToIndexMatrix()

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

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

Implements inviwo::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToModelMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getWorldToModelMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToTextureMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getWorldToTextureMatrix ( ) const
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::StructuredCameraCoordinateTransformer< N >.

◆ getWorldToViewMatrix()

template<unsigned int N>
const Matrix< N+1, float > inviwo::StructuredCameraCoordinateTransformerImpl< N >::getWorldToViewMatrix ( ) const
virtual

Returns the matrix transformation mapping from world space coordinates to view space coordinates, i.e. from (-inf, inf) to (-inf, inf)

Implements inviwo::StructuredCameraCoordinateTransformer< N >.


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