[vtkusers] vtkImageDataGeometryFilter cells reconstruction issue
Sebastien
sebastien.calvi at yahoo.com
Thu Mar 15 10:30:00 EDT 2012
Little correction, the ThresholdValue checking is as below:
threshok = true;
firstTriangle = true;
for ( s = 0; threshok && s < 4; s++ ) {
if ( pointScalars->GetComponent( ptIds[s], 0 ) <=
this->ThresholdValue ) {
if ( this->OutputTriangles && s == 1 ) {
firstTriangle = false;
} else {
threshok = false;
break;
}
}
}
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkImageDataGeometryFilter-cells-reconstruction-issue-tp5565217p5568134.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list