Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkMapServerSource Class Reference

#include <src/vtk/DRCFilters/vtkMapServerSource.h>

Inheritance diagram for vtkMapServerSource:
Inheritance graph
[legend]

Public Member Functions

 vtkTypeMacro (vtkMapServerSource, vtkPolyDataAlgorithm)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void Poll ()
 
void Start ()
 
void Stop ()
 
 vtkGetVector2Macro (DistanceRange, double)
 
 vtkSetVector2Macro (DistanceRange, double)
 
 vtkGetVector2Macro (HeightRange, double)
 
 vtkSetVector2Macro (HeightRange, double)
 
void SetEdgeAngleThreshold (double threshold)
 
double GetEdgeAngleThreshold ()
 
int GetNumberOfDatasets (int viewId)
 
vtkPolyData * GetDataset (int viewId, vtkIdType i)
 
vtkIdType GetCurrentMapId (int viewId)
 
void GetDataForMapId (int viewId, vtkIdType mapId, vtkPolyData *polyData)
 
void GetMeshForMapId (int viewId, vtkIdType mapId, vtkPolyData *polyData)
 
void GetDataForMapId (int viewId, vtkIdType mapId, vtkImageData *imageData, vtkTransform *transform)
 
vtkIdType GetLastScanBundleUTime ()
 
vtkIntArray * GetViewIds ()
 

Static Public Member Functions

static vtkMapServerSourceNew ()
 

Protected Member Functions

virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
 vtkMapServerSource ()
 
virtual ~vtkMapServerSource ()
 

Protected Attributes

double DistanceRange [2]
 
double EdgeAngleThreshold
 
double HeightRange [2]
 

Detailed Description

Definition at line 29 of file vtkMapServerSource.h.

Constructor & Destructor Documentation

vtkMapServerSource::vtkMapServerSource ( )
protected
virtual vtkMapServerSource::~vtkMapServerSource ( )
protectedvirtual

Member Function Documentation

vtkIdType vtkMapServerSource::GetCurrentMapId ( int  viewId)
void vtkMapServerSource::GetDataForMapId ( int  viewId,
vtkIdType  mapId,
vtkPolyData *  polyData 
)
void vtkMapServerSource::GetDataForMapId ( int  viewId,
vtkIdType  mapId,
vtkImageData *  imageData,
vtkTransform *  transform 
)
vtkPolyData* vtkMapServerSource::GetDataset ( int  viewId,
vtkIdType  i 
)
double vtkMapServerSource::GetEdgeAngleThreshold ( )
vtkIdType vtkMapServerSource::GetLastScanBundleUTime ( )
void vtkMapServerSource::GetMeshForMapId ( int  viewId,
vtkIdType  mapId,
vtkPolyData *  polyData 
)
int vtkMapServerSource::GetNumberOfDatasets ( int  viewId)
vtkIntArray* vtkMapServerSource::GetViewIds ( )
static vtkMapServerSource* vtkMapServerSource::New ( )
static
void vtkMapServerSource::Poll ( )
void vtkMapServerSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual int vtkMapServerSource::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual
virtual int vtkMapServerSource::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual
void vtkMapServerSource::SetEdgeAngleThreshold ( double  threshold)
void vtkMapServerSource::Start ( )
void vtkMapServerSource::Stop ( )
vtkMapServerSource::vtkGetVector2Macro ( DistanceRange  ,
double   
)
vtkMapServerSource::vtkGetVector2Macro ( HeightRange  ,
double   
)
vtkMapServerSource::vtkSetVector2Macro ( DistanceRange  ,
double   
)
vtkMapServerSource::vtkSetVector2Macro ( HeightRange  ,
double   
)
vtkMapServerSource::vtkTypeMacro ( vtkMapServerSource  ,
vtkPolyDataAlgorithm   
)

Member Data Documentation

double vtkMapServerSource::DistanceRange[2]
protected

Definition at line 78 of file vtkMapServerSource.h.

double vtkMapServerSource::EdgeAngleThreshold
protected

Definition at line 79 of file vtkMapServerSource.h.

double vtkMapServerSource::HeightRange[2]
protected

Definition at line 80 of file vtkMapServerSource.h.


The documentation for this class was generated from the following file: