#include "bbtkAtomicBlackBox.h"
#include "vtkImageData.h"
#include <vtkImageShiftScale.h>
#include <vtkVolumeRayCastMIPFunction.h>
#include <vtkVolumeRayCastMapper.h>
#include "vtkProp3D.h"
#include "vtkVolume.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbvtk |
Classes | |
| class | bbvtk::MIPCreator |
Functions | |
| bbvtk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (MIPCreator, bbtk::AtomicBlackBox) | |
| bbvtk::BBTK_NAME ("MIPCreator") | |
| bbvtk::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbvtk::BBTK_DESCRIPTION ("Creates a Maximum Intensity Projection (MIP) view of a 3D image. Creates a vtkProp3D object to insert into a 3D scene (e.g. a Viewer3D)") | |
| bbvtk::BBTK_CATEGORY ("3D object creator") | |
| bbvtk::BBTK_INPUT (MIPCreator, Shift,"Gray scale shift", int,"") | |
| bbvtk::BBTK_INPUT (MIPCreator, Scale,"Gray scale scaling", float,"") | |
| bbvtk::BBTK_INPUT (MIPCreator, In,"Input Image", vtkImageData *,"") | |
| bbvtk::BBTK_OUTPUT (MIPCreator, Out,"MIP object to plug into a 3D viewer", vtkProp3D *,"") | |
| bbvtk::BBTK_END_DESCRIBE_BLACK_BOX (MIPCreator) | |
Long description which can span multiple lines
Pattern for the definition of a new type of Node (header)
Definition in file bbvtkMIPCreator.h.
1.5.6