#include <vtkOdfSource.h>
List of all members.
Public Member Functions |
| vtkTypeRevisionMacro (vtkOdfSource, vtkPolyDataAlgorithm) |
void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkSetMacro (TemplateOdf, vtkPolyData *) |
| vtkGetMacro (TemplateOdf, vtkPolyData *) |
| vtkSetMacro (OdfVals, vtkDoubleArray *) |
| vtkGetMacro (OdfVals, vtkDoubleArray *) |
| vtkSetMacro (Scale, double) |
| vtkGetMacro (Scale, double) |
Static Public Member Functions |
static vtkOdfSource * | New () |
Protected Member Functions |
| vtkOdfSource () |
| ~vtkOdfSource () |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes |
vtkPolyData * | TemplateOdf |
vtkDoubleArray * | OdfVals |
double | Scale |
Detailed Description
Definition at line 26 of file vtkOdfSource.h.
Constructor & Destructor Documentation
vtkOdfSource::vtkOdfSource |
( |
) |
[protected] |
vtkOdfSource::~vtkOdfSource |
( |
) |
[inline, protected] |
Member Function Documentation
void vtkOdfSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkOdfSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| [protected] |
int vtkOdfSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| [protected] |
vtkOdfSource::vtkGetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
vtkOdfSource::vtkGetMacro |
( |
OdfVals |
, |
|
|
vtkDoubleArray * |
|
|
) |
| |
vtkOdfSource::vtkGetMacro |
( |
TemplateOdf |
, |
|
|
vtkPolyData * |
|
|
) |
| |
vtkOdfSource::vtkSetMacro |
( |
TemplateOdf |
, |
|
|
vtkPolyData * |
|
|
) |
| |
vtkOdfSource::vtkSetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
vtkOdfSource::vtkSetMacro |
( |
OdfVals |
, |
|
|
vtkDoubleArray * |
|
|
) |
| |
vtkOdfSource::vtkTypeRevisionMacro |
( |
vtkOdfSource |
, |
|
|
vtkPolyDataAlgorithm |
|
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following files: