#include "bbtkAtomicBlackBox.h"
#include "bbtkVtkBlackBoxMacros.h"
#include "vtkMarchingCubes.h"
#include "vtkImageData.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbvtk |
Classes | |
| class | bbvtk::MarchingCubes |
Functions | |
| bbvtk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (MarchingCubes, bbtk::AtomicBlackBox) | |
| bbvtk::BBTK_NAME ("MarchingCubes") | |
| bbvtk::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbvtk::BBTK_DESCRIPTION ("Extracts an iso-surface of an image using the marching cubes algorithm (bbfication of vtkMarchingCubes)") | |
| bbvtk::BBTK_CATEGORY ("image;mesh") | |
| bbvtk::BBTK_INPUT (MarchingCubes, In,"Image", vtkImageData *,"") | |
| bbvtk::BBTK_INPUT (MarchingCubes, Value,"Value of the iso-surface", double,"") | |
| bbvtk::BBTK_OUTPUT (MarchingCubes, Out,"Output iso-surface", vtkPolyData *,"") | |
| bbvtk::BBTK_END_DESCRIBE_BLACK_BOX (MarchingCubes) | |
Long description which can span multiple lines
Pattern for the definition of a new type of Node (header)
Definition in file bbvtkMarchingCubes.h.
1.5.6