#include <mitkFootprint.h>
Inherits mitkObject.
Inherited by mitkFootprint1D, and mitkFootprint2D.
Inheritance diagram for mitkFootprint:


Public Member Functions | |
| virtual void | PrintSelf (ostream &os) |
| void | SetRebuild (bool build) |
| bool | GetRebuild () |
| virtual float * | EncodeFootprintTable () |
| virtual float | DecodeFootprintTable (float x, float y) |
mitkFootprint is an abstract class that defines common interface for encoding and decoding of footprint table.
|
||||||||||||
|
Decode footprint table (each concrete class must implement this function).
Reimplemented in mitkFootprint1DGaussian, and mitkFootprint2DGaussian. |
|
|
Encode footprint table (each concrete class must implement this function).
Reimplemented in mitkFootprint1DGaussian, and mitkFootprint2DGaussian. |
|
|
Get the status of building.
|
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. Reimplemented in mitkFootprint1D, mitkFootprint1DGaussian, mitkFootprint2D, and mitkFootprint2DGaussian. |
|
|
Set the status of building.
|
1.4.3