#include <src/vtk/DRCFilters/vtkMapServerSource.h>
|
| | 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 () |
| |
Definition at line 29 of file vtkMapServerSource.h.
| vtkMapServerSource::vtkMapServerSource |
( |
| ) |
|
|
protected |
| virtual vtkMapServerSource::~vtkMapServerSource |
( |
| ) |
|
|
protectedvirtual |
| 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 |
( |
| ) |
|
| 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 |
|
|
) |
| |
| double vtkMapServerSource::DistanceRange[2] |
|
protected |
| double vtkMapServerSource::EdgeAngleThreshold |
|
protected |
| double vtkMapServerSource::HeightRange[2] |
|
protected |
The documentation for this class was generated from the following file: