[vtkusers] how to clip a 2D line
Schaap, J.A. (LKEB)
J.A.Schaap at lumc.nl
Thu May 23 09:17:04 EDT 2002
see http://public.kitware.com/VTK/doc/release/4.0/html/classvtkLine.html#a15
void vtkLine::Clip(float value,vtkDataArray * cellScalars,vtkPointLocator * locator,vtkCellArray *lines,vtkPointData * inPd,vtkPointData * outPd,vtkCellData * inCd,vtkIdType cellId,vtkCellData * outCd,int insideOut)
Clip this line using scalar value provided. Like contouring, except that it cuts the line to produce other lines.
>
>
> From: "Sebastien_MARAUX" <maraux at ondim.fr>
>
> To: "vtk mailing list" <vtkusers at public.kitware.com>
> Subject:[vtkusers] how to clip a 2D line
> Date: Thu, 23 May 2002 15:09:03 +0200
>
>
>
> I would like to clip a 2D Line. I assume a vtk function exists
> for this. I didn't find it. Does anybody know it?
>
> Thanks in advance.
>
>
> Sebastien MARAUX
More information about the vtkusers
mailing list