MantisBT - VTK
View Issue Details
0009080VTK(No Category)public2009-05-28 18:342016-08-12 09:55
Sebastien Jourdain 
Kitware Robot 
normalfeatureN/A
closedmoved 
 
 
0009080: Contribution for a new vtkImplicitFunction that represent a torus.
The contribution contains a README on own to integrate into VTK and a C++ class with a vtkTorus header and C++ file.

Some visual testing have been done by clipping a structured dataset with this implicit function and validating the resulting shape.

#
# How to integrate new implicit function
# in the VTK library
#

1) Copy the *.cxx and the *.h files into the directory $VTK_SRC_DIR/Filtering
2) Edit the file $VTK_SRC_DIR/Filtering/CMakeLists.txt
   - Insert the list of the *.cxx files in the Kit_SRCS section.
   - An example is given below to show the evolution.
   
   Before:

    SET( Kit_SRCS
    ...

   After:

    SET( Kit_SRCS
    vtkTorus.cxx
    ...

No tags attached.
zip vtkTorus-contribution.zip (2,846) 2009-05-28 18:34
https://www.vtk.org/Bug/file/7287/vtkTorus-contribution.zip
Issue History
2009-05-28 18:34Sebastien JourdainNew Issue
2009-05-28 18:34Sebastien JourdainFile Added: vtkTorus-contribution.zip
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037081
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037081)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.