Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

vtkOdfSource Class Reference

#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 vtkOdfSourceNew ()

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]

Definition at line 17 of file vtkOdfSource.cxx.

{
  this->SetNumberOfInputPorts(0);
}
vtkOdfSource::~vtkOdfSource (  ) [inline, protected]

Definition at line 48 of file vtkOdfSource.h.

{}

Member Function Documentation

static vtkOdfSource* vtkOdfSource::New (  ) [static]
void vtkOdfSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

Definition at line 99 of file vtkOdfSource.cxx.

{
  this->Superclass::PrintSelf(os,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

vtkDoubleArray* vtkOdfSource::OdfVals [protected]

Definition at line 54 of file vtkOdfSource.h.

double vtkOdfSource::Scale [protected]

Definition at line 56 of file vtkOdfSource.h.

vtkPolyData* vtkOdfSource::TemplateOdf [protected]

Definition at line 53 of file vtkOdfSource.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines