[vtkusers] (no subject)
tasnim
hanene-jeder at hotmail.fr
Thu May 17 08:34:39 EDT 2012
thanks David for your advice, but how can i change the the points that the
cells reference
to the new point ids instead of the larger ids??? is it by using this
code???
vtkSmartPointer<vtkIdTypeArray> id =
vtkSmartPointer<vtkIdTypeArray>::New();
id->SetNumberOfComponents(1);
// Set values
for(unsigned int i = 10; i < 20; i++)
{
ids->InsertNextValue(i);
}
--
View this message in context: http://vtk.1045678.n5.nabble.com/no-subject-tp5709418p5711357.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list