#include <mitkFootprint1D.h>
Inherits mitkFootprint.
Inherited by mitkFootprint1DGaussian.
Inheritance diagram for mitkFootprint1D:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
void | SetRadiiSquare (float rs) |
void | SetSampleNumber (int num) |
float | GetRadiiSquare () |
int | GetSampleNumber () |
mitkFootprint1D is an abstract class that specifies interface for encoding and decoding of one dimensional footprint table.
|
Get the footprint extent (radii square) in radial direction.
|
|
Get the sample number in radial direction.
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkFootprint. Reimplemented in mitkFootprint1DGaussian. |
|
Set the footprint extent (radii square) in radial direction.
|
|
Set the sample number in radial direction.
|