vtkImageToStructuredPoints
John Biddiscombe
j.biddiscombe at rl.ac.uk
Tue Sep 21 06:10:32 EDT 1999
Many Filters are using this implementation (cf my post a few weeks ago
about probefilter)
void SetInput(vtkImageData *cache) {
vtkImageToStructuredPoints *tmp = cache->MakeImageToStructuredPoints();
this->SetInput(tmp->GetOutput());
tmp->Delete();
}
This causes a recursive death loop if you call SetInput with a
StructuredPoints dataset.
Am I missing something, or is this part of a transitionary phase in the
vtkImageData pipeline?
John B
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list