Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
virtual SpatialCameraCoordinateTransformer< N > * | clone () const =0 |
virtual Matrix< N+1, float > | getMatrix (CoordinateSpace from, CoordinateSpace to) const |
virtual const Matrix< N+1, float > | getClipToModelMatrix () const =0 |
virtual const Matrix< N+1, float > | getClipToDataMatrix () const =0 |
virtual const Matrix< N+1, float > | getClipToViewMatrix () const =0 |
virtual const Matrix< N+1, float > | getClipToWorldMatrix () const =0 |
virtual const Matrix< N+1, float > | getModelToClipMatrix () const =0 |
virtual const Matrix< N+1, float > | getModelToDataMatrix () const =0 |
virtual const Matrix< N+1, float > | getModelToViewMatrix () const =0 |
virtual const Matrix< N+1, float > | getModelToWorldMatrix () const =0 |
virtual const Matrix< N+1, float > | getDataToClipMatrix () const =0 |
virtual const Matrix< N+1, float > | getDataToModelMatrix () const =0 |
virtual const Matrix< N+1, float > | getDataToViewMatrix () const =0 |
virtual const Matrix< N+1, float > | getDataToWorldMatrix () const =0 |
virtual const Matrix< N+1, float > | getViewToClipMatrix () const =0 |
virtual const Matrix< N+1, float > | getViewToModelMatrix () const =0 |
virtual const Matrix< N+1, float > | getViewToDataMatrix () const =0 |
virtual const Matrix< N+1, float > | getViewToWorldMatrix () const =0 |
virtual const Matrix< N+1, float > | getWorldToClipMatrix () 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 > | getWorldToViewMatrix () const =0 |
|
pure 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)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from clip space coordinates to model space coordinates, i.e. from [-1,1] to (data min, data max)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from clip space coordinates to view space coordinates, i.e. from [-1,1] to (-inf, inf)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from clip space coordinates to world space coordinates, i.e. from [-1,1] to (-inf, inf)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure 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]
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure 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)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
virtual |
Returns the matrix transformation mapping from "from" coordinates to "to" coordinates
Reimplemented from inviwo::SpatialCoordinateTransformer< N >.
Reimplemented in inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from model space coordinates to clip space coordinates, i.e. from (data min, data max) to [-1,1]
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from model space coordinates to view space coordinates, i.e. from (data min, data max) to (-inf, inf)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from view space coordinates to clip space coordinates, i.e. from (-inf, inf) to [-1,1]
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure 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)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from view space coordinates to model space coordinates, i.e. from (-inf, inf) to (data min, data max)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from view space coordinates to world space coordinates, i.e. from (-inf, inf) to (-inf, inf)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from world space coordinates to clip space coordinates, i.e. from (-inf, inf) to [-1,1]
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
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::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.
|
pure virtual |
Returns the matrix transformation mapping from world space coordinates to view space coordinates, i.e. from (-inf, inf) to (-inf, inf)
Implemented in inviwo::StructuredCameraCoordinateTransformerImpl< N >, inviwo::SpatialCameraCoordinateTransformerImpl< N >, and inviwo::StructuredCameraCoordinateTransformer< N >.