Man Page for vtkStructuredPointsToImage
Table of Contents

NAME

vtkStructuredPointsToImage - Convert structured points to an image.

SYNOPSIS


#include "/opt/vtk-c++/common/vtkStructuredPointsToImage.h"

class VTK_EXPORT vtkStructuredPointsToImage : public vtkImageSource

vtkStructuredPointsToImage();
~vtkStructuredPointsToImage();
static vtkStructuredPointsToImage *New()
{return new vtkStructuredPointsToImage;};
const char *GetClassName() {return "vtkStructuredPointsToImage";};
void PrintSelf(ostream& os, vtkIndent indent);
void InternalUpdate();
void UpdateImageInformation();
unsigned long GetPipelineMTime();
void SetInput(vtkStructuredPoints*);
void SetInput(vtkStructuredPoints& );
vtkStructuredPoints *GetInput();

DESCRIPTION

vtkStructuredPointsToImage connects the VTK pipeline to the image pipeline. Structured points are used dirrectly with no copying, unless they are RGB strucutred points. Then they are converted to unsigned char structured points with an extra dimension for components.

SUMMARY

void SetInput(vtkStructuredPoints*)
void SetInput(vtkStructuredPoints& )
Set/Get the input


Table of Contents