MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0009080 | VTK | (No Category) | public | 2009-05-28 18:34 | 2016-08-12 09:55 |
Reporter | Sebastien Jourdain | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0009080: Contribution for a new vtkImplicitFunction that represent a torus. | ||||
Description | 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. | ||||
Steps To Reproduce | |||||
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 ... | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/7287/vtkTorus-contribution.zip | ||||
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 |
Notes | |||||
|
|||||
|
|