View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009080VTK(No Category)public2009-05-28 18:342016-08-12 09:55
ReporterSebastien Jourdain 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009080: Contribution for a new vtkImplicitFunction that represent a torus.
DescriptionThe 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.

Additional Information#
# 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
    ...

TagsNo tags attached.
Project
Type
Attached Fileszip file icon vtkTorus-contribution.zip [^] (2,846 bytes) 2009-05-28 18:34

 Relationships

  Notes
(0037081)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-05-28 18:34 Sebastien Jourdain New Issue
2009-05-28 18:34 Sebastien Jourdain File Added: vtkTorus-contribution.zip
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037081
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team