General table

145 Boxes

nDimensions With a given image, the box shows the nDimension application

cathegory: contours

author: car-prie@uniandes.edu.co
nDimensions,WorkDir,"Working data directory where config and data files are located",std::string,""
nDimensions,In,"Image to be shown",vtkImageData*,""
nDimensions,ContourType,"Contour type to be exported: ",int,""

nDimensions, Mask, "Mask of the contours",vtkImageData*,""
nDimensions, Value, "Value of the contours",vtkImageData*,""
nDimensions, X, "Array of arrays that contains the X coordinates of each contour", double**, ""
nDimensions, Y, "Array of arrays that contains the Y coordinates of each contour", double**, ""
nDimensions, Z, "Array of arrays that contains the Z coordinates of each contour", double**, ""
nDimensions, SizeContour, "Vector that contains the coordinates of each contour", std::vector , ""

./temp01/Creatis/creaContours/bbtk/src/bbCreaContournDimensions.h
ImageGradientMagnitude Computes the Gradient Magnitude of the image

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ImageGradientMagnitude,In,"Original image to calculate the gradient",vtkImageData*,""

ImageGradientMagnitude,Out,"Output of the image",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageGradientMagnitude.h
UCHARToUSHORT Cast from UCHAR to USHORT

cathegory: __CATEGORY__

author: Monica Lozano mo-lozan@uniandes.edu.co
UCHARToUSHORT,In,"Image to cast",vtkImageData*,""

UCHARToUSHORT,Out,"Image casted",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesUCHARToUSHORT.h
BuildBinaryImage Builds a binary image from a set of points and from an image

cathegory: __CATEGORY__

author: mo-lozan@uniandes.edu.co
BuildBinaryImage,ImageIn,"Input image, original image",vtkImageData*, ""
BuildBinaryImage,InX,"Input vector X from spline",std::vector< double >, ""
BuildBinaryImage,InY,"Input vector Y from spline",std::vector< double >, ""
BuildBinaryImage,InZ,"Input vector Z from spline",std::vector< double >, ""

BuildBinaryImage,ImageOut,"Binary image with spheres in control points",vtkImageData*, ""
BuildBinaryImage,FirstPoint,"The first point where the axis starts", std::vector< int >, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesBuildBinaryImage.h
LoadHistogram Loads an Histogram defined in a file

cathegory: __CATEGORY__

author: Juan Carlos Prieto

LoadHistogram,OutX,"Salida de vector x",std::vector< double >, ""
LoadHistogram,OutY,"Salida de vector y",std::vector< double >, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesLoadHistogram.h
ImageContinuousErode3D Replaces a pixel with the minimum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ImageContinuousErode3D,In,"Image data",vtkImageData*,""
ImageContinuousErode3D,KernelSizeX,"Kernel in X",int,""
ImageContinuousErode3D,KernelSizeY,"Kernel in Y",int,""
ImageContinuousErode3D,KernelSizeZ,"Kernel in Z",int,""

ImageContinuousErode3D,Out,"First output",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageContinuousErode3D.h
DistanceLenght Gets the points in the directory Vessel 0 - 3

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
DistanceLenght,Point0,"first point of the segment to be measured",std::vector, ""
DistanceLenght,Point1,"Final point of the segment to be measured",std::vector, ""
DistanceLenght,PointNumber,"Point0 or Point1",int, ""

DistanceLenght,Out,"Distance between two points",double, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesDistanceLenght.h
AddRemoveActorsIndex From a vector of actors, removes the last one and adds the one with the given index

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
AddRemoveActorsIndex,Actors,"Actor to be added or removed",std::vector,""
AddRemoveActorsIndex,Renderer,"Renderer where actor is to be placed",vtkRenderer*,""
AddRemoveActorsIndex,Index,"index of the actor to be added",int,""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesAddRemoveActorsIndex.h
GreyLevel Reads the level of grey in an image given a point in a predefined directoy structure (see CAT08 directoy structure, image and file with X,Y,Z coordinates)

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
GreyLevel,DSDirectoy,"Directoy that contains the directory structre DatasetXX/imageXX.mhd and DatasetXX/vesselN",std::string,""
GreyLevel,FileNameManualPoints,"File name of points in the directoy DatasetXX/vesselN/FILENAME.txt",std::string,""

GreyLevel,Out,"First output",double,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesGreyLevel.h
ImageContinuousDilate3D vtkImageContinuousDilate3D replaces a pixel with the maximum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ImageContinuousDilate3D,In,"Image data",vtkImageData*,""
ImageContinuousDilate3D,KernelSizeX,"Kernel in X",int,""
ImageContinuousDilate3D,KernelSizeY,"Kernel in Y",int,""
ImageContinuousDilate3D,KernelSizeZ,"Kernel in Z",int,""

ImageContinuousDilate3D,Out,"First output",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageContinuousDilate3D.h
DrawAxis Draw an axis defined in a file

cathegory: __CATEGORY__

author: Monica Lozano
DrawAxis,FileNameAxisPoints,"Path to the file that contains the the axis points",std::string, ""
DrawAxis,Image,"Image",vtkImageData*, ""
DrawAxis,FileNamePoints,"Path to the file that contains the point A,B,E,S",std::string, ""
DrawAxis,InRenderer,"Render",vtkRenderer*, ""
DrawAxis,Color,"Color",std::vector, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesDrawAxis.h
LoadPoint Load Point from file 1 point

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
LoadPoint,FileNamePoint,"Filename where the points are stored",std::string, ""
LoadPoint,Image,"Image for the spacing",vtkImageData*, ""

LoadPoint,OutPoint,"Output Vector",std::vector, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesLoadPoint.h
PolyDataRender Puts a polydata in a render

cathegory: __CATEGORY__

author: Juan Carlos Prieto
PolyDataRender,InRenderer,"MPR Renderer", vtkRenderer*,""
PolyDataRender,PolyData,"PolyData que va al renderer",vtkPolyData *, ""

PolyDataRender,Out,"First output",vtkActor*, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesPolyDataRender.h
AddRemoveActors Add or Remove multiple actors

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
AddRemoveActors,Actors,"Actor to be added or removed",std::vector,""
AddRemoveActors,Renderer,"Renderer where actor is to be placed",vtkRenderer*,""
AddRemoveActors,Add,"0 to add 1 to remove",int,""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesAddRemoveActors.h
SaveAxis Save an axis defined in three vectors (x,y,z)

cathegory: __CATEGORY__

author: Monica Lozano, mo-lozan@uniandes.edu.co
SaveAxis,PointsX,"x vector",std::vector, ""
SaveAxis,PointsY,"y vector",std::vector, ""
SaveAxis,PointsZ,"z vector",std::vector, ""
SaveAxis,ManualPoint,"a point to append to the pointsfile",std::vector, ""
SaveAxis,FileNameAxis,"name for the axis points calculated",std::string, ""
SaveAxis,FileNameManualPoints,"name for the manual points",std::string, ""
SaveAxis,Image,"image for getting the spacing",vtkImageData*, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSaveAxis.h
ImageAND Does the AND between two images

cathegory: __CATEGORY__

author: Monica Lozano
ImageAND,ImageIn,"Original Image",vtkImageData*, ""
ImageAND,ImageInBin,"Binary Image",vtkImageData*, ""

ImageAND,ImageOut,"ImageIn && ImageInBin",vtkImageData*, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageAND.h
Distance After sampling, test wheter the points closer to the Aorta are between a distance inferior to the local radius

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
Distance,FileNameAxisPoints,"Filename where the points are stored",std::string, ""
Distance,DSDirectory,"Datase directory", std::string, ""
Distance,Vessel,"Vessel number", int, ""
Distance,InX,"Vector x resampled", std::vector, ""
Distance,InY,"Vector x resampled", std::vector, ""
Distance,InZ,"Vector x resampled",std::vector, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesDistance.h
RegionGrowing2 Region growing propose by Metz paper

cathegory: __CATEGORY__

author: Monica lozano (mo-lozan@uniandes.edu.co) y Fernando Martinez Santa (f.martinez227@uniandes.edu.co)
RegionGrowing2,InImage,"Image to segment",vtkImageData*,""
RegionGrowing2,SeedPoint,"Seed point to star the algorithm",std::vector,""
RegionGrowing2,Upper,"Upper threshold value",double,""
RegionGrowing2,Lower,"Lower threshold value",double,""

RegionGrowing2,OutImage,"Image segmented",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesRegionGrowing2.h
Point Is a 3D point

cathegory: __CATEGORY__

author: Juan Carlos Prieto
Point,InPoint,"Entrada del punto",std::vector< int >, ""

Point,OutPoint,"Salida del punto seleccionado",std::vector< int >,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesPoint.h
LoadAxis Load Axis from file 1 point per line [X Y Z] separated by space

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
LoadAxis,FileNameAxisPoints,"Filename where the points are stored",std::string, ""
LoadAxis,Image,"Image for the spacing",vtkImageData*, ""

LoadAxis,OutX,"Output Vector",std::vector, ""
LoadAxis,OutY,"Output Vector",std::vector, ""
LoadAxis,OutZ,"Output Vector",std::vector, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesLoadAxis.h
STLWriter Writes a stereo lithography file, only ocntain triangles. If polygons with more than 3 vertices are present, only the firt 3 are written.

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
STLWriter,In,"Writes the polydata to STL",vtkPolyData*,""
STLWriter,FileName,"Filename of the STL file",std::string,""

STLWriter,Out,"First output",double,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSTLWriter.h
ExtractVOI Extract a VOI given a center point

cathegory: __CATEGORY__

author: Juan Carlos Prieto
ExtractVOI,CenterPoint,"Center of vessel",std::vector< int >, ""
ExtractVOI,Image,"Input image", vtkImageData*, ""

ExtractVOI,OutVOI,"VOI output",vtkImageData*, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesExtractVOI.h
MarchingContourFilter Generate isosurfaces/isolines from scalar values

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
MarchingContourFilter,In,"Image",vtkImageData*,""
MarchingContourFilter,MaxValue,"Max Value of the isovalue",int,""
MarchingContourFilter,MinValue,"Min Value of the isovalue",int,""

MarchingContourFilter,Out,"PolyData of the image after the filter",vtkPolyData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesMarchingContourFilter.h
ChangeImageDimensions Changes de dimensions of an image making a translation of all the points

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ChangeImageDimensions,In,"Original Image",vtkImageData*,""
ChangeImageDimensions,Extent,"Extent of the outputimage",std::vector,""

ChangeImageDimensions,Out,"Output image with the change in dimensions",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesChangeImageDimensions.h
CatAxis Sorts the axis extracted in the correct order closer to the distal Point

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
CatAxis,DSDirectory,"Directory of the dataset",std::string, ""
CatAxis,Vessel,"Directory of the vessel 0-3",int, ""
CatAxis,PointsX,"x vector",std::vector, ""
CatAxis,PointsY,"y vector",std::vector, ""
CatAxis,PointsZ,"z vector",std::vector, ""
CatAxis,ManualPoint,"a point to append to the pointsfile",std::vector, ""
CatAxis,Image,"image for getting the spacing",vtkImageData*, ""
CatAxis,FileNameAxis,"name for the axis points calculated",std::string, ""
CatAxis,FileNameManualPoints,"name for the manual points",std::string, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesCatAxis.h
CatGreyLevels Get the 7 posible lower grey levels to produce the segmentation of the image (1174, 1174+38,1174+76, 1174-38, 1174-76, GLatPoint*0.8, GLatPoint*0.4)

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
CatGreyLevels,In,"0-7 levels of grey",int,""
CatGreyLevels,Image,"Original image in grey levels",vtkImageData*,""
CatGreyLevels,Point,"Initial point",std::vector,""

CatGreyLevels,Out,"First output",double,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesCatGreyLevels.h
Spline Calculates the spline line from a set of consecutives points

cathegory: __CATEGORY__

author: Monica Lozano
Spline,XControlPoints,"X Control points from which the spline is calculated",std::vector,""
Spline,YControlPoints,"Y Control points from which the spline is calculated",std::vector,""
Spline,ZControlPoints,"Z Control points from which the spline is calculated",std::vector,""

Spline,XSplinePoints,"The X spline line among the control points",std::vector,""
Spline,YSplinePoints,"The Y spline line among the control points",std::vector,""
Spline,ZSplinePoints,"The Z spline line among the control points",std::vector,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSpline.h
PolyDataToImageData Converts the polydata into an imagedata

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
PolyDataToImageData,In,"Poly data to be converted",vtkPolyData*,""
PolyDataToImageData,Image,"Image to be setted in the stencil",vtkImageData*,""

PolyDataToImageData,Out,"Image data of the polydata",vtkImageData*,""
PolyDataToImageData,Bounds,"Original Bounds of the polydata",double*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesPolyDataToImageData.h
OpenLBWriter Saves an image for openLB format

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
OpenLBWriter,In,"Image Data to create the file",vtkImageData*,""
OpenLBWriter,FileName,"File Name of the file to be saved",std::string,""

OpenLBWriter,Out,"First output",double,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesOpenLBWriter.h
CatPoints Gets the points in the directory Vessel 0 - 3

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
CatPoints,DSDirectory,"Directory of the dataset that contains folders vessel0-3 with points A B E S",std::string, ""
CatPoints,InRenderer,"Render",vtkRenderer*, ""
CatPoints,Vessel,"Vessel number",int, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesCatPoints.h
Histogram Calculates the histogram of an image

cathegory: __CATEGORY__

author: Juan Carlos Prieto
Histogram,InImage,"Imagen entrada", vtkImageData*,""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesHistogram.h
AddRemoveActor Adds or removes the actor from the renderer

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
AddRemoveActor,Actor,"Actor to be added or removed",vtkActor*,""
AddRemoveActor,Renderer,"Renderer where actor is to be placed",vtkRenderer*,""
AddRemoveActor,Add,"0 to add 1 to remove",int,""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesAddRemoveActor.h
SegmentationLower Segmentation Connectivity by lower threshold only

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
SegmentationLower,In,"Input Image",vtkImageData *, ""
SegmentationLower,PositionXYZ,"vector with the Position [x y z]" , std::vector , ""
SegmentationLower,ThresholdMin,"Value min of threshold" , int, ""

SegmentationLower,Out,"Result image",vtkImageData *, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSegmentationLower.h
CatPointsActors Creates the sphere actor for each point appends them to a list and returns them as output

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
CatPointsActors,DSDirectory,"Directory of the dataset that contains folders vessel0-3 with points A B E S",std::string, ""
CatPointsActors,Vessel,"Vessel number",int, ""

CatPointsActors,Actors,"Vector of actors",std::vector,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesCatPointsActors.h
ActorRenderer Adds an actor to a render or removes them all

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ActorRenderer,In,"First input",double,""

ActorRenderer,Out,"First output",double,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesActorRenderer.h
MetzRegionGrowing Region growing propose by Metz paper

cathegory: __CATEGORY__

author: Monica lozano (mo-lozan@uniandes.edu.co)
MetzRegionGrowing,InImage,"Image to segment",vtkImageData*,""
MetzRegionGrowing,SeedPoint,"Seed point to star the algorithm",std::vector,""
MetzRegionGrowing,Upper,"Upper threshold value",double,""
MetzRegionGrowing,Lower,"Lower threshold value",double,""

MetzRegionGrowing,OutImage,"Image segmented",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesMetzRegionGrowing.h
RegionGrowing Region growing propose by Metz paper

cathegory: __CATEGORY__

author: Monica lozano (mo-lozan@uniandes.edu.co) y Fernando Martinez Santa (f.martinez227@uniandes.edu.co)
RegionGrowing,InImage,"Image to segment",vtkImageData*,""
RegionGrowing,SeedPoint,"Seed point to star the algorithm",std::vector,""
RegionGrowing,Upper,"Upper threshold value",double,""
RegionGrowing,Lower,"Lower threshold value",double,""

RegionGrowing,OutImage,"Image segmented",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesRegionGrowing.h
DicomReader Reads a dicom directory

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
DicomReader,In,"Directory of the images",std::string,""

DicomReader,Out,"Output of the reader vtkImageData",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesDicomReader.h
ImageOr Adds the value of grey in each pixel of the images. Both images must have the same dimensions

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
ImageOr,In1,"Image number 1 to be added",vtkImageData*,""
ImageOr,In2,"Image number 2 to be added",vtkImageData*,""

ImageOr,Out,"Result of the image or",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageOr.h
SegmentationConnectivity Segmentation of an image given a seed point (Region Growing)

cathegory: __CATEGORY__

author: Juan Carlos Prieto
SegmentationConnectivity,In,"Input image",vtkImageData *, ""
SegmentationConnectivity,PositionXYZ,"vector with the Position [x y z]" , std::vector , ""
SegmentationConnectivity,ThresholdMin,"Value min" , int, ""
SegmentationConnectivity,ThresholdMax,"Value max" , int, ""

SegmentationConnectivity,Out,"Result image",vtkImageData *, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSegmentationConnectivity.h
MetaImageWriter Writes a raw image

cathegory: __CATEGORY__

author: Monica Lozano, mo-lozan@uniandes.edu.co
MetaImageWriter,FileName,"Path where the mhd description of the image that is wirtting",std::string, ""
MetaImageWriter,InImage,"Image to write",vtkImageData*, ""


./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesMetaImageWriter.h
STLReader Reads a STL file and creates the polydata asociated to it

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
STLReader,In,"STL file name",std::string,""

STLReader,Out,"PolyData Asociated with the STL file",vtkPolyData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesSTLReader.h
Void Void

cathegory: __CATEGORY__

author: car-prie@uniandes.edu.co
Void,In,"First input",vtkImageData*,""

Void,Out,"First output",vtkImageData*,""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesVoid.h
ImageThreshold Makes the image threshold between two values

cathegory: __CATEGORY__

author: Monica Lozano
ImageThreshold,In,"Image to filter",vtkImageData*, ""
ImageThreshold,Upper,"Upper value for thresholding",double, ""
ImageThreshold,Lower,"Lower value for thresholding",double, ""

ImageThreshold,Out,"Image filtered",vtkImageData*, ""

./temp01/Creatis/UtiltiesPackage/Utilities/src/bbUtilitiesImageThreshold.h
MetzRegionGrowing Region growing propose by Metz paper

cathegory: __CATEGORY__

author: Monica lozano (mo-lozan@uniandes.edu.co)
MetzRegionGrowing,InImage,"Image to segment",vtkImageData*
MetzRegionGrowing,SeedPoint,"Seed point to star the algorithm",std::vector
MetzRegionGrowing,Upper,"Upper threshold value",double
MetzRegionGrowing,Lower,"Lower threshold value",double

MetzRegionGrowing,OutImage,"Image segmented",vtkImageData*

./temp01/Creatis/UtiltiesPackage/Metz/src/bbUtilitiesMetzRegionGrowing.h
ContourStatistics Basic contour statistics

cathegory: math

author: eduardo.davila [at] creatis.insa-lyon.fr
ContourStatistics,LstValue,"Pixel values",std::vector*,""
ContourStatistics,LstValuePosX,"Pixel position X",std::vector*,""
ContourStatistics,LstValuePosY,"Pixel position Y",std::vector*,""
ContourStatistics,LstValuePosZ,"Pixel position Z",std::vector*,""

ContourStatistics,Max,"Max",double,""
ContourStatistics,Min,"Min",double,""
ContourStatistics,Average,"Average",double,""
ContourStatistics,StandarDeviation,"Standar Deviation",double,""
ContourStatistics,nPoints,"Number of values",int,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuContourStatistics.h
PlotterView Plotter Window

cathegory: viewer

author: eduardo.davila [at] creatis.insa-lyon.fr
PlotterView,InX,"x vector",std::vector,""
PlotterView,InY,"y vector",std::vector,""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuPlotterView.h
HistogramView Histogram window

cathegory: viewer

author: eduardo.davila [at] creatis.insa-lyon.fr
HistogramView,In,"Input image",vtkImageData*,""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuHistogramView.h
SurfaceRendering Black Box of the module SurfaceRendering

cathegory: actor

author: car-prie@uniandes.edu.co
SurfaceRendering,Renderer,"Renderer to show the different prop3D",vtkRenderer*,""
SurfaceRendering,Interactor,"Renderer to show the different prop3D",vtkRenderWindowInteractor*,""
SurfaceRendering,In0,"Input image to the SurfaceRendering",vtkImageData*,""
SurfaceRendering,In1,"Input image to the SurfaceRendering",vtkImageData*,""
SurfaceRendering,In2,"Input image to the SurfaceRendering",vtkImageData*,""
SurfaceRendering,In3,"Input image to the SurfaceRendering",vtkImageData*,""
SurfaceRendering,In4,"Input image to the SurfaceRendering",vtkImageData*,""

SurfaceRendering,Out1,"Output resulting image",vtkImageData*,""
SurfaceRendering,Out2,"Output resulting image",vtkImageData*,""
SurfaceRendering,Out3,"Output resulting image",vtkImageData*,""
SurfaceRendering,Out4,"Output resulting image",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuSurfaceRendering.h
ColorBar Degrade Color Bar Window

cathegory:

author: eduardo.davila [at] creatis.insa-lyon.fr
ColorBar,Orientation,"Orientation ", int,""
ColorBar,InW,"Width ", int,""
ColorBar,InH,"Height ", int,""
ColorBar,InMax,"Max value ", int,""
ColorBar,InMin, "Min value ",int,""
ColorBar,Reds, "Reds ",std::vector,""
ColorBar,Greens, "Greens ",std::vector,""
ColorBar,Blues, "Blues ",std::vector,""
ColorBar,Values, "Values ",std::vector,""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuColorBar.h
ContourCrown Contour crown tool

cathegory: specific_appli

author: eduardo.davila [at] creatis.insa-lyon.fr
ContourCrown,In,"Input Image", vtkImageData *,""
ContourCrown,wxVtkBaseView,"maracas visu wxVtkBaseView",wxVtkBaseView*,""
ContourCrown,ControlPointsInX,"Control Points X Coords ",std::vector*,""
ContourCrown,ControlPointsInY,"Control Points Y Coords ",std::vector*,""
ContourCrown,ControlPointsInZ,"Control Points Z Coords ",std::vector*,""

ContourCrown,LstValue , "Pixel values" , std::vector*,""
ContourCrown,LstValuePosX , "Positions X of the values" , std::vector*,""
ContourCrown,LstValuePosY , "Positions Y of the values" , std::vector*,""
ContourCrown,LstValuePosZ , "Positions Z of the values" , std::vector*,""
ContourCrown,LstContourX , "Positions X of the contours" , std::vector*,""
ContourCrown,LstContourY , "Positions Y of the contours" , std::vector*,""
ContourCrown,LstContourZ , "Positions Z of the contours" , std::vector*,""
ContourCrown,LstContourCrlX, "Positions X of the contour control points" , std::vector*,""
ContourCrown,LstContourCrlY, "Positions Y of the contour control points" , std::vector*,""
ContourCrown,LstContourCrlZ, "Positions Z of the contour control points" , std::vector*,""
ContourCrown,ImageValueResult, "vtkImagedata with the values" , vtkImageData *,""
ContourCrown,ImageMaskResult, "vtkImagedata with the mask" , vtkImageData *,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuContourCrown.h
OpenImageDialog If Gimmicks

cathegory: read/write

author: juanprietob@gmail.com

OpenImageDialog,Out,"First output",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuOpenImageDialog.h
TransferFunctionView Transfer Function Window

cathegory:

author: eduardo.davila [at] creatis.insa-lyon.fr
TransferFunctionView,In,"Input image",vtkImageData*,""

TransferFunctionView,OpacityFunction,"Transfer function for the opacity", vtkPiecewiseFunction*,""
TransferFunctionView,ColorFunction,"Transfer function for the color", vtkColorTransferFunction*,""
TransferFunctionView,WindowLevel,"WidowLevel for the current window", double,""
TransferFunctionView,ColorLevel,"ColorLevel for the current window", double,""
TransferFunctionView,Value,"Value of the transparency in the transfer function",std::vector,""
TransferFunctionView,GreyLevelColors,"Grey level of the color in the transfer function",std::vector,""
TransferFunctionView,Red,"Red value according to the GreyLevelColors",std::vector,""
TransferFunctionView,Green,"Green value according to the GreyLevelColors",std::vector,""
TransferFunctionView,Blue,"Blue value according to the GreyLevelColors",std::vector,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuTransferFunctionView.h
AxeVolume Axe Volume

cathegory: actor

author: eduardo.davila@hotmail.com
AxeVolume,In,"Size image X",vtkImageData*,""
AxeVolume,lstPointX,"List of X values", std::vector ,""
AxeVolume,lstPointY,"List of Y values", std::vector ,""
AxeVolume,lstPointZ,"List of Z values", std::vector ,""
AxeVolume,lstPointR,"List of Radius", std::vector ,""

AxeVolume,Out,"Result image",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuAxeVolume.h
SliceImage filter

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
SliceImage,In,"Input image",vtkImageData *,""
SliceImage,Z,"Z",double,""

SliceImage,Out,"Output image",vtkImageData *,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuSliceImage.h
ImageChangeInformation vtkImageData change information. Translate extern to 0,0,0

cathegory: filter

author: eduardo.davila [at] creatis.insa-lyon.fr
ImageChangeInformation,In,"Input image",vtkImageData*,""

ImageChangeInformation,Out,"Output image",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuImageChangeInformation.h
CutModule extracts

cathegory: actor, image, filter

author: car-prie@uniandes.edu.co
CutModule,In,"Image",vtkImageData*,""
CutModule,Interactor,"WindowInteractor",vtkRenderWindowInteractor*,""
CutModule,Renderer,"Renderer",vtkRenderer*,""

CutModule,Out,"Image output",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuCutModule.h
CutModule2 extracts

cathegory: actor, image, filter

author: perez@creatis.insa-lyon.fr
CutModule2,In,"Image",vtkImageData*,""
CutModule2,Interactor,"WindowInteractor",vtkRenderWindowInteractor*,""
CutModule2,Renderer,"Renderer",vtkRenderer*,""

CutModule2,Out,"Image output",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuCutModule2.h
AnimationSphere Animation Sphere

cathegory: Animation

author: InfoTeam CREATIS-LRMN
AnimationSphere,Renderer,"Renderer",vtkRenderer*,""
AnimationSphere,Index,"Indexs",int,""
AnimationSphere,Step,"Step",int,""
AnimationSphere,lstIndexs,"list of Indexs",std::vector,""
AnimationSphere,lstPointX,"lstPointX",std::vector,""
AnimationSphere,lstPointY,"lstPointY",std::vector,""
AnimationSphere,lstPointZ,"lstPointZ",std::vector,""
AnimationSphere,lstRadio,"lstRadio",std::vector,""
AnimationSphere,Colour,"Colour",std::vector,""
AnimationSphere,Opacity,"Opacity of the sphere",double,""
AnimationSphere,Transform,"vtkTransform", vtkLinearTransform *,""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuAnimationSphere.h
ViewerMPR Maracas viewer MPR + 3D

cathegory: viewer

author: eduardo.davila [at] creatis.insa-lyon.fr
ViewerMPR,Title,"Viewer MPR + 3D",std::string,""
ViewerMPR,In,"Input image",vtkImageData*,""

ViewerMPR,Renderer," This object accept actors of vtk type (ex. AddActor). ",vtkRenderer*,""
ViewerMPR,Point," This is the point choose by the user ",std::vector,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuViewerMPR.h
RenderingViewer Complex box which gathers VolumeRendering and SurfaceRendering funtionalities

cathegory: actor

author: Carolina Perez
RenderingViewer,Renderer,"Renderer to show volume rendering image" ,vtkRenderer*, ""
RenderingViewer,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,""
RenderingViewer,In1,"Input image to the Rendering",vtkImageData*,""
RenderingViewer,In2,"Input image to the Rendering",vtkImageData*,""
RenderingViewer,In3,"Input image to the Rendering",vtkImageData*,""
RenderingViewer,In4,"Input image to the Rendering",vtkImageData*,""

RenderingViewer,Out1,"Output resulting image",vtkImageData*,""
RenderingViewer,Out2,"Output resulting image",vtkImageData*,""
RenderingViewer,Out3,"Output resulting image",vtkImageData*,""
RenderingViewer,Out4,"Output resulting image",vtkImageData*,""
RenderingViewer,ImageFiles,"File Name", std::vector,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuRenderingViewer.h
DrawAxisTree3D Draw Axis Tree 3D

cathegory: actor

author: InfoTeam CREATIS-LRMN
DrawAxisTree3D,Renderer,"Renderer",vtkRenderer*,""
DrawAxisTree3D,lstIndexs,"Indexs",std::vector,""
DrawAxisTree3D,lstPointX,"lstPointX",std::vector,""
DrawAxisTree3D,lstPointY,"lstPointY",std::vector,""
DrawAxisTree3D,lstPointZ,"lstPointZ",std::vector,""
DrawAxisTree3D,lstRadio,"lstRadio",std::vector,""
DrawAxisTree3D,Colour,"Colour",std::vector,""
DrawAxisTree3D,Transform,"vtkTransform", vtkLinearTransform *,""
DrawAxisTree3D,iAxis,"iAxis",int,""

DrawAxisTree3D,OutAxis,"Axis[iAxis]",vtkProp3D *,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuDrawAxisTree3D.h
DrawAxe3D Draw a 3D axe in a vtk 3D Viewer

cathegory: actor

author: eduardo.davila@creatis.insa-lyon.fr
DrawAxe3D,Renderer,"vtk Renderer 3D universe",vtkRenderer*,""
DrawAxe3D,lstPointX,"list of point X",std::vector,""
DrawAxe3D,lstPointY,"list of point Y",std::vector,""
DrawAxe3D,lstPointZ,"list of point Z",std::vector,""
DrawAxe3D,Colour,"Color of the line R(0..1) G(0..1) B(0..1) ",std::vector,"colour"
DrawAxe3D,Transform,"vtkTransform", vtkLinearTransform *,""

DrawAxe3D,Out,"Actor",vtkProp3D*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuDrawAxe3D.h
SliderMinMax Slider min max

cathegory:

author: eduardo.davila [at] creatis.insa-lyon.fr
SliderMinMax,Orientation,"Orientation ", int,""
SliderMinMax,InW,"Width ", int,""
SliderMinMax,InH,"Height ", int,""
SliderMinMax,InMax,"Max value ", int,""
SliderMinMax,InMin, "Min value ",int ,""
SliderMinMax,InMaxShow,"Max showed value ", int ,""
SliderMinMax,InMinShow, "Min showed value ",int ,""
SliderMinMax,ShowLabels, "Show labels ",int ,""
SliderMinMax,ShowActual, "Show actual (default true)",bool ,""

SliderMinMax,OutStart,"Min value output",int,""
SliderMinMax,OutEnd,"Max value output",int,""
SliderMinMax,OutActual,"Actual value output",int,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuSliderMinMax.h
ContourVOI define VOI widget

cathegory:

author: Eduardo.Davila [at] creatis.insa-lyon.fr
ContourVOI,Title,"Title prepended to the text",std::string,""
ContourVOI,In,"Input Image", vtkImageData *,""
ContourVOI,wxVtkBaseView,"maracas visu wxVtkBaseView",wxVtkBaseView*,""

ContourVOI,Index, "Index" , std::string,""
ContourVOI,Size, "Size" , std::string,""
ContourVOI,VOI,"Region of interest",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuContourVOI.h
ImageActor put image in a 3D univers

cathegory:

author: InfoDev CREATIS-LRMN
ImageActor,In,"Image input",vtkImageData*,""
ImageActor,Transform,"Transform",vtkLinearTransform*,""
ImageActor,Renderer,"Renderer",vtkRenderer*,""

ImageActor,Out,"Output vtk actor",vtkProp3D*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuImageActor.h
ContourToControlPoints Generates the control points of a contour

cathegory: filter

author: Juan Sebasltian Torres
ContourToControlPoints,Sampling,"Sampling (in %) to obtain the control points",double,""
ContourToControlPoints,Slice,"Slice Number Propagation",int,""
ContourToControlPoints,InContourX,"Coordinate X of a Contour",std::vector*,""
ContourToControlPoints,InContourY,"Coordinate Y of a Contour",std::vector*,""
ContourToControlPoints,InContourZ,"Coordinate Z of a Contour",std::vector*,""
ContourToControlPoints,RadRBF,"Radius of th RBF method",double,""
ContourToControlPoints,Option,"1 -> Control Points || 2 -> Propagation",int,""
ContourToControlPoints,LoadContour,"1 -> Load Saved Manual Points",int,""

ContourToControlPoints,ControlPointX,"Processed Coordinate X of the Boundary",std::vector*,""
ContourToControlPoints,ControlPointY,"Processed Coordinate Y of the Boundary",std::vector*,""
ContourToControlPoints,ControlPointZ,"Processed Coordinate Z of the Boundary",std::vector*,""
ContourToControlPoints,ImagePropg,"vtkImageData of the propagation image-3D",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuContourToControlPoints.h
STL Black Box from the module STL in Maracas

cathegory: image, widget

author: car-prie@uniandes.edu.co
STL, In, "Image to the STereoLithography", vtkImageData*, ""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuSTL.h
VolumeRendering Volume Rendering of a given image

cathegory: actor

author: car-prie@uniandes.edu.co
VolumeRendering,In0,"Image to create the volume rendering",vtkImageData*,""
VolumeRendering,In1,"Image to create the volume rendering",vtkImageData*,""
VolumeRendering,In2,"Image to create the volume rendering",vtkImageData*,""
VolumeRendering,In3,"Image to create the volume rendering",vtkImageData*,""
VolumeRendering,Renderer,"Renderer",vtkRenderer*,""
VolumeRendering,Value,"Value of the transparency in the transfer function",std::vector,""
VolumeRendering,GreyLevelColors,"Grey level of the color in the transfer function",std::vector,""
VolumeRendering,Red,"Red value according to the GreyLevelColors",std::vector,""
VolumeRendering,Green,"Green value according to the GreyLevelColors",std::vector,""
VolumeRendering,Blue,"Blue value according to the GreyLevelColors",std::vector,""

VolumeRendering,Out0,"Output resulting image",vtkImageData*,""
VolumeRendering,Out1,"Output resulting image",vtkImageData*,""
VolumeRendering,Out2,"Output resulting image",vtkImageData*,""
VolumeRendering,Out3,"Output resulting image",vtkImageData*,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuVolumeRendering.h
ShowNPoints widget that shows N moints in 3D (vtkActors)

cathegory: widgetVtk

author: Eduardo DAVILA
ShowNPoints,In,"One Point",std::vector,""
ShowNPoints,Renderer,"Renderer",vtkRenderer*,""
ShowNPoints,Image,"vktkImageData",vtkImageData*,""
ShowNPoints,Colour,"Colour of the actor",std::vector,"colour"
ShowNPoints,Opacity,"Opacity of the actor",double,""
ShowNPoints,Radio,"Radio of the spheres",double,""

ShowNPoints , lstPointsX , " list of points X ", std::vector ,""
ShowNPoints , lstPointsY , " list of points Y ", std::vector ,""
ShowNPoints , lstPointsZ , " list of points Z ", std::vector ,""
ShowNPoints , lstLabels , " list of labels ", std::vector ,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuShowNPoints.h
ViewerNV Viewer : N view configuration 2D and 3D

cathegory: viewer

author: eduardo.davila [at] creatis.insa-lyon.fr
ViewerNV,Title,"Title prepended to the text",std::string,""
ViewerNV,In,"Input image",vtkImageData*,""
ViewerNV,nTypeView,"vector of viewer types (default 5 0 1 3 ): -1=Z_2DwithOutAxis 0=Z_2D 1=X_2D 2=Y_2D 3=Plane 4=Sphere 5=3D 6=3Dplane 7=3D_empty",std::vector,""
ViewerNV,ColorFunction,"Optional: set a different color for the viewers 2D",vtkColorTransferFunction*,""
ViewerNV,WindowLevel,"Optional: set a different Window level by using an other widget",int,""
ViewerNV,ColorLevel,"Optional: set a different Color level by using an other widget",int,""
ViewerNV,Obs1,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,""
ViewerNV,Obs2,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,""
ViewerNV,Obs3,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,""
ViewerNV,Obs4,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,""
ViewerNV,Obs5,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,""

ViewerNV,wxVtkBaseView1,"wxVtkBaseView 1",wxVtkBaseView *,""
ViewerNV,wxVtkBaseView2,"wxVtkBaseView 2",wxVtkBaseView *,""
ViewerNV,wxVtkBaseView3,"wxVtkBaseView 3",wxVtkBaseView *,""
ViewerNV,wxVtkBaseView4,"wxVtkBaseView 4",wxVtkBaseView *,""
ViewerNV,Renderer1,"Renderer 1",vtkRenderer *,""
ViewerNV,Renderer2,"Renderer 2",vtkRenderer *,""
ViewerNV,Renderer3,"Renderer 3",vtkRenderer *,""
ViewerNV,Renderer4,"Renderer 4",vtkRenderer *,""
ViewerNV,Interactor1,"Interactor1",vtkRenderWindowInteractor *,""
ViewerNV,Point,"Axis point",std::vector,""

./temp01/Creatis/creaMaracasVisu/bbtk/src/bbmaracasvisuViewerNV.h
PlaneDirection Given a list of points and grouping them in triplets, the box calculates the direction of the plane formed by the three points

cathegory: actor

author: car-prie@uniandes.edu.co
PlaneDirection,In,"Image data to get the spacing, if not found set to 1 1 1",vtkImageData*,""
PlaneDirection,Renderer,"Renderer",vtkRenderer*,""
PlaneDirection,Filename,"Filename to save the points of the plane and the direction",std::string,""
PlaneDirection, lstPointsX, " list of points X ", std::vector, ""
PlaneDirection, lstPointsY, " list of points Y ", std::vector, ""
PlaneDirection, lstPointsZ, " list of points Z ", std::vector, ""
PlaneDirection, ArrowSize, "Size of the arrow ", int, ""


./temp01/Creatis/creaMaracasVisu/bbtk/src/bbcreaMaracasVisuPlaneDirection.h


cathegory:

author:


./temp01/Creatis/packages/wxvtk/src/bbwxvtkwxVTKRenderWindowInteractorTovtkRenderWindowInteractor.h
Viewer3D 3D Viewer widget (vtk)

cathegory: viewer

author: eduardo.davila@creatis.insa-lyon.fr
Viewer3D,In1,"Input actor",vtkProp3D *,""
Viewer3D,In2,"Input actor",vtkProp3D *,""
Viewer3D,In3,"Input actor",vtkProp3D *,""
Viewer3D,In4,"Input actor",vtkProp3D *,""
Viewer3D,In5,"Input actor",vtkProp3D *,""
Viewer3D,Obs1,"Input observer",vtkInteractorObserver *,""
Viewer3D,Obs2,"Input observer",vtkInteractorObserver *,""
Viewer3D,Obs3,"Input observer",vtkInteractorObserver *,""
Viewer3D,Obs4,"Input observer",vtkInteractorObserver *,""
Viewer3D,Obs5,"Input observer",vtkInteractorObserver *,""
Viewer3D,Stereo,"Stereo with Red-Blue filter. False/True (default False)",bool,""

Viewer3D,Renderer,"Renderer to which actors can be added.",vtkRenderer*,""
Viewer3D,Interactor,"Interactor with which vtk widgets can interact",wxVTKRenderWindowInteractor*,""

./temp01/Creatis/packages/wxvtk/src/bbwxvtkViewer3D.h
Viewer2D 2D Viewer widget (vtk)

cathegory: viewer

author: eduardo.davila@creatis.insa-lyon.fr
Viewer2D, Slice, "Initial Slice number", int, ""
Viewer2D, Orientation, "Slicing orientation : 0:yz / 1:xz / 2:xy", int, ""
Viewer2D, Interpolate, "Pixels interpolation: true/false ", bool, ""
Viewer2D, In, "Input Image", vtkImageData *, ""

Viewer2D,Out, "Current Slice number", int, ""
Viewer2D,Renderer, "vtk Renderer", vtkRenderer*, ""

./temp01/Creatis/packages/wxvtk/src/bbwxvtkViewer2D.h
GetInfoGdcmReader Get Dicom info (for a single File) and read (as a vtkImageData)

cathegory:

author: jpr, eduardo
GetInfoGdcmReader,In, "Dicom image file name", std::string,""

GetInfoGdcmReader,Out, "Output image", vtkImageData *,""
GetInfoGdcmReader,IPP, "Image Position (Patient)", std::vector,""
GetInfoGdcmReader,IOP, "Image Orientation (Patient)", std::vector,""
GetInfoGdcmReader,PixelSpacing,"Pixel Spacing", std::vector,""
GetInfoGdcmReader,InterSlice, "InterSlice", double,""

./temp01/Creatis/packages/gdcmvtk/src/bbgdcmvtkGetInfoGdcmReader.h
GetXCoherentInfoGdcmReader Get Dicom info from a File Set (a list of Dicom image file names) and read (as a vtkImageData)

cathegory:

author: jpr, eduardo
GetXCoherentInfoGdcmReader,In, "List of Dicom image file names", std::vector,""
GetXCoherentInfoGdcmReader,IPPSort,"Sort on Image Position Patient",bool,""

GetXCoherentInfoGdcmReader,Out, "Output image", vtkImageData *,""
GetXCoherentInfoGdcmReader,IPP, "Image Position (Patient)", std::vector,""
GetXCoherentInfoGdcmReader,IOP, "Image Orientation (Patient)", std::vector,""
GetXCoherentInfoGdcmReader,PixelSpacing,"Pixel Spacing", std::vector,""

./temp01/Creatis/packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h
QOutputText OutputText

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
QOutputText,Title,"Title prepended to the text",std::string,""
QOutputText,In,"Text",std::string,""


./temp01/Creatis/packages/qt/src/bbqtOutputText.h
QSlider Slider widget (QSlider)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
Slider,In,"Initial position of the slider (default 0)",int,""
Slider,Min,"Minimum value of the slider (default 0)",int,""
Slider,Max,"Maximum value of the slider (default 500)",int,""
Slider,Label,"Show slider labels ? (default FALSE) ",bool,""
Slider,Title,"Title shown above the slider (default '') ", std::string,""
Slider,Orientation, "Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ",std::string,""
Slider,ChangeResolution, "Can the user change the resolution of the slider ? (default FALSE) ",bool,""
Slider,ReactiveOnTrack, "Slider sends info when track moves (default : FALSE)",bool,""

Slider,Out,"Current position of the slider",int,""

./temp01/Creatis/packages/qt/src/bbqtSlider.h
QLayoutSplit Widget which splits a window in two resizable parts (QSplitter)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
LayoutSplit,Widget1,"First widget to layout (upper or left most)",QWidget*,""
LayoutSplit,Widget2,"Second widget",QWidget*,""
LayoutSplit,Widget3,"Third widget",QWidget*,""
LayoutSplit,Widget4,"Fourth widget",QWidget*,""
LayoutSplit,Widget5,"Fifth widget",QWidget*,""
LayoutSplit,Widget6,"Sixth widget",QWidget*,""
LayoutSplit,Widget7,"Seventh widget",QWidget*,""
LayoutSplit,Widget8,"Eighth widget",QWidget*,""
LayoutSplit,Widget9,"Nineth widget",QWidget*,""
LayoutSplit,Weight1,"Weight of the widget 1",int,""
LayoutSplit,Weight2,"Weight of the widget 2",int,""
LayoutSplit,Weight3,"Weight of the widget 3",int,""
LayoutSplit,Weight4,"Weight of the widget 4",int,""
LayoutSplit,Weight5,"Weight of the widget 5",int,""
LayoutSplit,Weight6,"Weight of the widget 6",int,""
LayoutSplit,Weight7,"Weight of the widget 7",int,""
LayoutSplit,Weight8,"Weight of the widget 8",int,""
LayoutSplit,Weight9,"Weight of the widget 9",int,""
LayoutSplit,Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""


./temp01/Creatis/packages/qt/src/bbqtLayoutSplit.h
QLayoutLine Linear layout widget (QBoxLayout)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
LayoutLine,Widget1,"widget 1",QWidget*,""
LayoutLine,Widget2,"widget 2",QWidget*,""
LayoutLine,Widget3,"widget 3",QWidget*,""
LayoutLine,Widget4,"widget 4",QWidget*,""
LayoutLine,Widget5,"widget 5",QWidget*,""
LayoutLine,Widget6,"widget 6",QWidget*,""
LayoutLine,Widget7,"widget 7",QWidget*,""
LayoutLine,Widget8,"widget 8",QWidget*,""
LayoutLine,Widget9,"widget 9",QWidget*,""
LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""


./temp01/Creatis/packages/qt/src/bbqtLayoutLine.h
itkImage2vtkImageData Converts a generic itkImage to a vtkImageData

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/itkvtk/src/bbitkvtkitkImage2vtkImageData.h
vtkImageData2itkImage Converts a vtkImageData* to a generic itkImage pointer

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/itkvtk/src/bbitkvtkvtkImageData2itkImage.h
LayoutTab LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
LayoutTab,Widget1,"widget 1",wxWindow*,""
LayoutTab,Widget2,"widget 2",wxWindow*,""
LayoutTab,Widget3,"widget 3",wxWindow*,""
LayoutTab,Widget4,"widget 4",wxWindow*,""
LayoutTab,Widget5,"widget 5",wxWindow*,""
LayoutTab,Widget6,"widget 6",wxWindow*,""
LayoutTab,Widget7,"widget 7",wxWindow*,""
LayoutTab,Widget8,"widget 8",wxWindow*,""
LayoutTab,Widget9,"widget 9",wxWindow*,""


./temp01/Creatis/packages/wx/src/bbwxLayoutTab.h
DirectorySelector Pops up a directory selection dialog (wxDirDialog)

cathegory: widget, Selector

author: laurent.guigues@creatis.insa-lyon.fr
DirectorySelector,Title, "Title of the dialog", std::string,"directory name"
DirectorySelector,Message, "Message to show on the dialog", std::string,""
DirectorySelector,DefaultDir,"The default directory", std::string,"directory name"

DirectorySelector,Out, "The directory selected by the user", std::string,"directory name"

./temp01/Creatis/packages/wx/src/bbwxDirectorySelector.h
InputText A zone in which the user can enter a text (wxTextCtrl)

cathegory:

author: laurent guigues at creatis.insa-lyon.fr
InputText,In,"Initial text (default '')",std::string,""
InputText,Title,"Title of the input zone (default '') ", std::string,""
InputText,ReactiveOnKeystroke,"0 not event generated, 1 Enter event genereated, 2 All keys, (default '2') ", int,""

InputText,Out,"Current text",std::string,""

./temp01/Creatis/packages/wx/src/bbwxInputText.h
LayoutSplit Widget which splits a window in two fixed size parts (wxSplitterWindow)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
LayoutSplit,Widget1,"Upper or left widget",wxWindow*,""
LayoutSplit,Widget2,"Lower or right widget",wxWindow*,""
LayoutSplit,Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""
LayoutSplit,Proportion,"Proportion (in percent) of the first children in the window",int,""


./temp01/Creatis/packages/wx/src/bbwxLayoutSplit.h
RadioButton RadioButton group widget 0-9 entries

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
RadioButton,In,"Set initial item",int,""
RadioButton,In0,"option 0",std::string,""
RadioButton,In1,"option 1",std::string,""
RadioButton,In2,"option 2",std::string,""
RadioButton,In3,"option 3",std::string,""
RadioButton,In4,"option 4",std::string,""
RadioButton,In5,"option 5",std::string,""
RadioButton,In6,"option 6",std::string,""
RadioButton,In7,"option 7",std::string,""
RadioButton,In8,"option 8",std::string,""
RadioButton,In9,"option 9",std::string,""

RadioButton,Out,"Item selected",int,""

./temp01/Creatis/packages/wx/src/bbwxRadioButton.h
ColourSelectorButton A button which displays a colour picker dialog when clicked

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
ColourSelectorButton,In,"Initial colour",std::string,"colour"

ColourSelectorButton,Out,"Colour choosen in format '[0,1] [0,1] [0,1]'",std::string,"colour"

./temp01/Creatis/packages/wx/src/bbwxColourSelectorButton.h
ColourSelector Colour Selector dialog (bbfication of wxColourSelector)

cathegory: widget

author: laurent.guigues@creatis.insa-lyon.fr

ColourSelector,Out,"Colour choosen in format '[0,1] [0,1] [0,1]'",std::string,"colour"

./temp01/Creatis/packages/wx/src/bbwxColourSelector.h
Slider Slider widget (wxSlider)

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
Slider,In, "Initial position of the slider (default 0)", int, ""
Slider,Min, "Minimum value of the slider (default 0)", int, ""
Slider,Max, "Maximum value of the slider (default 500)", int, ""
Slider,Label, "Show slider labels ? (default FALSE) ", bool, ""
Slider,Title, "Title shown above the slider (default '') ", std::string, ""
Slider,Orientation, "Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ", std::string, ""
Slider,ChangeResolution, "Can the user change the resolution of the slider ? (default FALSE) ", bool, ""
Slider,ReactiveOnTrack, "Slider sends info when track moves (default : FALSE)", bool, ""

Slider,Out,"Current position of the slider",int,""

./temp01/Creatis/packages/wx/src/bbwxSlider.h
LayoutLine LayoutLine widget (wxBoxSizer)

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
LayoutLine,Widget1,"widget 1",wxWindow*,""
LayoutLine,Widget2,"widget 2",wxWindow*,""
LayoutLine,Widget3,"widget 3",wxWindow*,""
LayoutLine,Widget4,"widget 4",wxWindow*,""
LayoutLine,Widget5,"widget 5",wxWindow*,""
LayoutLine,Widget6,"widget 6",wxWindow*,""
LayoutLine,Widget7,"widget 7",wxWindow*,""
LayoutLine,Widget8,"widget 8",wxWindow*,""
LayoutLine,Widget9,"widget 9",wxWindow*,""
LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""


./temp01/Creatis/packages/wx/src/bbwxLayoutLine.h
FileSelector Pops up a file selection dialog for reading or saving (wxFileDialog)

cathegory: widget, Selector

author: laurent.guigues@creatis.insa-lyon.fr
FileSelector,Title,"Title of the dialog",std::string,""
FileSelector,DefaultDir,"The default directory",std::string,""
FileSelector,DefaultFile,"The default filename",std::string,"file name"
FileSelector,Wildcard,"A wildcard, such as \"*.*\" or \"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"",std::string,"wildcard"
FileSelector,OpenSave,"Open for an open dialog (default) / Save for a save dialog",std::string,""

FileSelector,Out,"The file selected by the user",std::string,"file name"

./temp01/Creatis/packages/wx/src/bbwxFileSelector.h
CommandButton Button which executes bbi commands

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
CommandButton,In,"Commands to be executed separated by commas (;). Each single quote (') is replaced by a double quote (\").",std::string,""
CommandButton,Label,"Label of the button",std::string,""
CommandButton,Colour,"Colour of the button (-1 -1 -1 Background)",vectorcolour,"colour"


./temp01/Creatis/packages/wx/src/bbwxCommandButton.h
CheckBox CheckBox widget (wxCheckBox)

cathegory:

author: jpr@creatis.insa-lyon.fr
CheckBox, In, "Initial value of the CheckBox (default false)",bool, ""
CheckBox, Title,"Title shown above the CheckBox (default '') ", std::string,""
CheckBox,ReactiveOnKeystroke,"0: no event generated when the checkbox is clicked on, 1: event generated when the checkbox is clicked on (default 1) ", int,""

CheckBox,Out, "Current value of the CheckBox", bool, ""

./temp01/Creatis/packages/wx/src/bbwxCheckBox.h
ImageWriter Generic itk image writer

cathegory: image;read/write

author: laurent.guigues at creatis.insa-lyon.fr
ImageWriter,In,"Image to write",anyImagePointer,""


./temp01/Creatis/packages/itk/src/bbitkImageWriter.h
ExtractImageFilter Decrease the image size by cropping the image to the selected region bounds (bbification of itk::ExtractImageFilter)

cathegory: image;filter

author: laurent.guigues at creatis.insa-lyon.fr
ExtractImageFilterGeneric,In,"Input image",anyImagePointer,""
ExtractImageFilterGeneric,Region,"Extraction region",anyImageRegion,""

ExtractImageFilterGeneric,Out,"Output image",anyImagePointer,""

./temp01/Creatis/packages/itk/src/bbitkExtractImageFilter.h
ImageSeriesReader Generic itk image series reader

cathegory: image;read/write

author: laurent.guigues at creatis.insa-lyon.fr
ImageSeriesReader,XSpacing, "if images don't contain information",float,""
ImageSeriesReader,YSpacing, "if images don't contain information",float,""
ImageSeriesReader,ZSpacing, "if images don't contain information",float,""

ImageSeriesReader,Out,"Output itk::image with type T and dimension D determined by the content of the files + vector size",anyImagePointer,""

./temp01/Creatis/packages/itk/src/bbitkImageSeriesReader.h
BinaryThresholdImageFilter Binarizes an image by thresholding (generic bbification of itk::BinaryThresholdImageFilter)

cathegory: filter;image

author: laurent.guigues at creatis.insa-lyon.fr


./temp01/Creatis/packages/itk/src/bbitkBinaryThresholdImageFilter.h
ImageRegion

cathegory: image

author: laurent.guigues@creatis.insa-lyon.fr

ImageRegionCreator,Out,"Output generic region",anyImageRegion,""

./temp01/Creatis/packages/itk/src/bbitkImageRegion.h
ResampleImageFilter Resamples an image

cathegory: image;filter

author: laurent.guigues at creatis.insa-lyon.fr


./temp01/Creatis/packages/itk/src/bbitkResampleImageFilter.h


cathegory:

author:


./temp01/Creatis/packages/itk/src/bbitkImage.h
ImageProperties Outputs different properties of an image (type, dimension, size, spacing, ...)

cathegory: image

author: laurent.guigues at creatis.insa-lyon.fr
ImageProperties,In,"Input image",anyImagePointer,""

ImageProperties,TypeName,"Pixel type name",std::string,"pixel type"
ImageProperties,Dimension,"Dimension",unsigned int,"image dimension"
ImageProperties,LargestPossibleRegion,"Global extent of the image",anyImageRegion,""
ImageProperties,Index,"Origin of the image",std::vector,"image index"
ImageProperties,Size,"Size in each dimension",std::vector,"image size"
ImageProperties,Spacing,"Size of the voxels",std::vector,"voxel size"

./temp01/Creatis/packages/itk/src/bbitkImageProperties.h


cathegory:

author:


./temp01/Creatis/packages/itk/src/bbitkImageToString.h


cathegory: adaptor

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/itk/src/bbitkAnyImageToTypedImage.h


cathegory: adaptor

author: laurent.guigues at creatis.insa-lyon.fr


./temp01/Creatis/packages/itk/src/bbitkTypedImageToAnyImage.h
ImageReader Generic itk image reader

cathegory: image; read/write

author: laurent.guigues at creatis.insa-lyon.fr

ImageReader, Out, "Output image" ,anyImagePointer,""

./temp01/Creatis/packages/itk/src/bbitkImageReader.h
ExecBbiCommand Executes bbi commands

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
ExecBbiCommand,In,"bbi commands separated by ';' , use '' to indicate strings ex. help 'graph' ",std::string,""


./temp01/Creatis/packages/std/src/bbstdExecBbiCommand.h
ConcatStrings String concatenation

cathegory: misc

author: jean-pierre.roux@creatis.insa-lyon.fr
ConcatStrings,In1, "String 1", std::string,""
ConcatStrings,In2, "String 2", std::string,""
ConcatStrings,In3, "String 3", std::string,""
ConcatStrings,In4, "String 4", std::string,""
ConcatStrings,In5, "String 5", std::string,""
ConcatStrings,In6, "String 6", std::string,""
ConcatStrings,In7, "String 7", std::string,""
ConcatStrings,In8, "String 8", std::string,""
ConcatStrings,In9, "String 9", std::string,""
ConcatStrings,In10,"String 10",std::string,""

ConcatStrings,Out,"Concatenated string",std::string,""

./temp01/Creatis/packages/std/src/bbstdConcatStrings.h
StringTo

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdStringToVector.h
ExecSystemCommand Executes system (O.S.) commands

cathegory:

author: eduardo.davila@creatis.insa-lyon.fr
ExecSystemCommand,In,"system (O.S.) commands separated by ';' , use '' to indicate strings ex. help 'graph' ",std::string,""


./temp01/Creatis/packages/std/src/bbstdExecSystemCommand.h
MagicBox

cathegory: misc

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdMagicBox.h
Configuration Gets configuration informations

cathegory: misc

author: jpr@creatis.insa-lyon [dot] fr

Configuration,BinPath,"Binaries path",std::string,"directory name"
Configuration,DataPath,"Data path",std::string,"directory name"
Configuration,DocPath,"Documentation path",std::string,"directory name"
Configuration,FileSeparator,"/ or \\",std::string,""
Configuration,SystemType,"0=Linux 1=Windows",int,""

./temp01/Creatis/packages/std/src/bbstdConfiguration.h
MakeFileName Makes a kosher file name

cathegory: misc

author: jpr@creatis.insa-lyon.fr
MakeFileName,Directory,"Directory Name",std::string,"directory name"
MakeFileName,File, "File Name", std::string,"file name"
MakeFileName,Extent, "Extention", std::string,"file extension"

MakeFileName,Out,"Full File Name",std::string,"file name"

./temp01/Creatis/packages/std/src/bbstdMakeFileName.h
StringTo

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdStringTo.h


cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdToString.h
SharedMemory Implements a memory which can be shared by different boxes. The value of the output is the value of the lower index input which has changed. It is used for example for synchronization issues between boxes.

cathegory: misc

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdSharedMemory.h
StringSelect Outputs the string set to the ith input Ini (In0 ... In9) according to the value of the input In, hence selects a string according to an index.

cathegory: misc

author: eduardo.davila@creatis.insa-lyon.fr
StringSelect,In,"Index of the string to select",int,""
StringSelect,In0,"String of index 0",std::string,""
StringSelect,In1,"String of index 1",std::string,""
StringSelect,In2,"String of index 2",std::string,""
StringSelect,In3,"String of index 3",std::string,""
StringSelect,In4,"String of index 4",std::string,""
StringSelect,In5,"String of index 4",std::string,""
StringSelect,In6,"String of index 6",std::string,""
StringSelect,In7,"String of index 7",std::string,""
StringSelect,In8,"String of index 8",std::string,""
StringSelect,In9,"String of index 9",std::string,""

StringSelect,Out,"Selected string",std::string,""

./temp01/Creatis/packages/std/src/bbstdStringSelect.h
FilesFromDirectory returns the fullPathNames of the files in a Directory

cathegory:

author: jpr@creatis.univ-lyon1.fr
FilesFromDirectory,In,"Directory Name",std::string,""
FilesFromDirectory,Recursive,"Recursive directory exploration",bool,""

FilesFromDirectory,Out,"FullPathNames of the files",std::vector,""

./temp01/Creatis/packages/std/src/bbstdFilesFromDirectory.h
Converts the content of the input vector ("+bbtk::TypeName >()+") to a string in which each item is separated by the value of the input 'Separator'

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdVectorToString.h
Just copies the value of its input to its output. Usefull to plug an input of a complex box into different internal boxes.

cathegory: misc

author: laurent.guigues at creatis.insa-lyon.fr
NAME,In,"Input",TYPE,""

NAME,Out,"Output",TYPE,""

./temp01/Creatis/packages/std/src/bbstdRelay.h
Get"+bbtk::HumanTypeName >()+"Element Gets the i-th element from the input vector (

cathegory:

author: info-dev@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdGetVectorElement.h
ASCII ascii codes sequence to string - string to ascii codes sequence

cathegory: misc

author: eduardo.davila [at] creatis [dot] insa-lyon.fr
ASCII,In, "Ascii code or Ascii character", std::string,""
ASCII,Type, "Conversion type (default 0) 0=Ascii codes to string, 1=String to ascii codes",int,""

ASCII,Out, "Ascii codes sequence or characters sequence", std::string,""

./temp01/Creatis/packages/std/src/bbstdASCII.h
Cast"+bbtk::HumanTypeName()+"To

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/std/src/bbstdCast.h
kwTransferFunctionEditor Transfer function editor (vtkKWPiecewiseFunctionEditor)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/kw/src/bbkwTransferFunctionEditor.h
kwSlicer Slicer widget (vtkKWSlicer)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
Slicer,In,"Image to display",vtkImageData*,""


./temp01/Creatis/packages/kw/src/bbkwSlicer.h
kwOutputText OutputText widget (vtkKWLabel)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
OutputText,In,"Text to display",std::string,""


./temp01/Creatis/packages/kw/src/bbkwOutputText.h
kwLayoutSplit Widget which splits a window in two fixed size parts (vtkKWSplitFrame)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
LayoutSplit,Widget1,"Upper or left widget",vtkKWWidget*,""
LayoutSplit,Widget2,"Lower or right widget",vtkKWWidget*,""
LayoutSplit,Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""
LayoutSplit,Proportion,"Proportion (in percent) of the first children in the window",int,""


./temp01/Creatis/packages/kw/src/bbkwLayoutSplit.h
kwSlider Slider widget (vtkKWScale)

cathegory:

author: laurent.guigues@creatis.insa-lyon.fr
Slider,In,"Initial position of the slider (default 0)",int,""
Slider,Min,"Minimum value of the slider (default 0)",int,""
Slider,Max,"Maximum value of the slider (default 500)",int,""
Slider,Label,"Show slider labels ? (default FALSE) ",bool,""
Slider,Title,"Title shown above the slider (default '') ", std::string,""
Slider,Orientation, "Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ",std::string,""
Slider,ChangeResolution, "Can the user change the resolution of the slider ? (default FALSE) ",bool,""
Slider,ReactiveOnTrack, "Slider sends info when track moves (default 0 = no)",int,""

Slider,Out,"Current position of the slider",int,""

./temp01/Creatis/packages/kw/src/bbkwSlider.h
kwViewer3D 3D viewer widget (vtkKWRenderWidget)

cathegory: viewer

author: laurent.guigues@creatis.insa-lyon.fr
kwViewer3D,In1,"Input actor",vtkProp3D *,""
kwViewer3D,In2,"Input actor",vtkProp3D *,""
kwViewer3D,In3,"Input actor",vtkProp3D *,""
kwViewer3D,In4,"Input actor",vtkProp3D *,""
kwViewer3D,In5,"Input actor",vtkProp3D *,""
kwViewer3D,Obs1,"Input observer",vtkInteractorObserver *,""
kwViewer3D,Obs2,"Input observer",vtkInteractorObserver *,""
kwViewer3D,Obs3,"Input observer",vtkInteractorObserver *,""
kwViewer3D,Obs4,"Input observer",vtkInteractorObserver *,""
kwViewer3D,Obs5,"Input observer",vtkInteractorObserver *,""


./temp01/Creatis/packages/kw/src/bbkwViewer3D.h
PiecewiseFunction Creates a piecewise function

cathegory: misc

author: laurent.guigues@creatis.insa-lyon.fr


./temp01/Creatis/packages/vtk/src/bbvtkPiecewiseFunction.h
ConcatImages Concatenates all the 'images' held in a std::vector into a single vtkImageData

cathegory: application, image

author: jpr@creatis.univ-lyon.fr
ConcatImages, In, "Input Vector of Images", std::vector, ""

ConcatImages, Out, "Concatenation of all Images", vtkImageData *, ""

./temp01/Creatis/packages/vtk/src/bbvtkConcatImages.h
ImageCastToUShort Cast an Image to UShort

cathegory: filter, image

author: car-prie@uniandes.edu.co
ImageCastToUShort, In, "First input", vtkImageData*, ""

ImageCastToUShort, Out, "First output", vtkImageData*, ""

./temp01/Creatis/packages/vtk/src/bbvtkImageCastToUShort.h
ImagePlanes Creates three 3D planes with the input image mapped onto which the user can interact with. The output vtkImagePlaneWidget objects are to be inserted into a 3D scene (e.g. a Viewer3D)

cathegory: 3D object creator

author: laurent.guigues@creatis.insa-lyon.fr
ImagePlanes, In, "Input Image", vtkImageData *, ""
ImagePlanes, WindowLevel, "Widdow Level", winLevel, ""
ImagePlanes, PointsX, "Points in X", std::vector, ""
ImagePlanes, PointsY, "Points in Y", std::vector, ""
ImagePlanes, PointsZ, "Points in Z", std::vector, ""
ImagePlanes, Interactor, "Interactor for the planes", vtkRenderWindowInteractor*, ""

ImagePlanes,PlaneX, "The image plane in X direction", vtkImagePlaneWidget*, ""
ImagePlanes,PlaneY, "The image plane in Y direction", vtkImagePlaneWidget*, ""
ImagePlanes,PlaneZ, "The image plane in Z direction", vtkImagePlaneWidget*, ""
ImagePlanes,Plane3Pts, "The image plane (3 points definition) ", vtkInteractorObserver*, ""
ImagePlanes,ImageX, "The image in X direction", vtkImageData*, ""
ImagePlanes,ImageY, "The image in Y direction", vtkImageData*, ""
ImagePlanes,ImageZ, "The image in Z direction", vtkImageData*, ""
ImagePlanes,Image3Pts, "The image (3 points plane definition)", vtkImageData*, ""
ImagePlanes,Transform3Pts, "The Tranform of the image", vtkLinearTransform*, ""

./temp01/Creatis/packages/vtk/src/bbvtkImagePlanes.h
MIPCreator 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)

cathegory: 3D object creator

author: laurent.guigues@creatis.insa-lyon.fr
MIPCreator,Shift,"Gray scale shift",int,""
MIPCreator,Scale,"Gray scale scaling",float,""
MIPCreator,In,"Input Image",vtkImageData *,""

MIPCreator,Out,"MIP object to plug into a 3D viewer",vtkProp3D*,""

./temp01/Creatis/packages/vtk/src/bbvtkMIPCreator.h
VecIsoSurfaceExtractor Vector of IsoSurfaceExtractor

cathegory: 3D object creator

author: InfoTeam CREATIS-LRMN
VecIsoSurfaceExtractor,In,"Input image",std::vector,""
VecIsoSurfaceExtractor,Isovalue,"Isovalue",double,""
VecIsoSurfaceExtractor,Opacity,"Opacity",double,""
VecIsoSurfaceExtractor,Colour,"r g b",std::vector,"colour"
VecIsoSurfaceExtractor,Renderer,"3D scene in which to insert the surface",vtkRenderer*,""
VecIsoSurfaceExtractor,Transform,"Linear Transform (4x4 homogeneous)",vtkLinearTransform*,""

VecIsoSurfaceExtractor,Out,"Extracted iso-surface",std::vector,""

./temp01/Creatis/packages/vtk/src/bbvtkVecIsoSurfaceExtractor.h


cathegory:

author:


./temp01/Creatis/packages/vtk/src/bbvtkImageDataToString.h
MarchingCubes Extracts an iso-surface of an image using the marching cubes algorithm (bbfication of vtkMarchingCubes)

cathegory: image;mesh

author: laurent.guigues@creatis.insa-lyon.fr
MarchingCubes,In,"Image",vtkImageData*,""
MarchingCubes,Value,"Value of the iso-surface",double,""

MarchingCubes,Out,"Output iso-surface",vtkPolyData*,""

./temp01/Creatis/packages/vtk/src/bbvtkMarchingCubes.h
RescaleSlopeIntercept Rescale Slope Intercept (see Type input descriptio)

cathegory: filter

author: eduardo.davila at creatis.insa-lyon.fr
RescaleSlopeIntercept,In,"Image input",vtkImageData*,""
RescaleSlopeIntercept,Type,"type of operation: 0 (default) SlopeIntercept np=p*A+B, 1 Invert, 2 Redimension A=newMin B=newMax, 3 InvertRedimension A=newMin B=newMax",int,""
RescaleSlopeIntercept,A,"(1 default) see Type description",double,""
RescaleSlopeIntercept,B,"(0 default) see Type description",double,""

RescaleSlopeIntercept,Out,"Image output",vtkImageData*,""

./temp01/Creatis/packages/vtk/src/bbvtkRescaleSlopeIntercept.h
VecImageGaussianSmooth Vector of ImageGaussianSmooth

cathegory: filter

author: InfoTeam CREATIS-LRMN
VecImageGaussianSmooth,In,"Vector of input images",std::vector,""
VecImageGaussianSmooth,StdDevX,"Standard deviation in direction X",double,""
VecImageGaussianSmooth,StdDevY,"Standard deviation in direction Y",double,""
VecImageGaussianSmooth,StdDevZ,"Standard deviation in direction Z",double,""
VecImageGaussianSmooth,iImage,"iImage ",int,""

VecImageGaussianSmooth,Out,"Vector of output images",std::vector,""
VecImageGaussianSmooth,OutImage,"Image[iImage]",vtkImageData*,""

./temp01/Creatis/packages/vtk/src/bbvtkVecImageGaussianSmooth.h
VolumeRenderer Renders a 3D image. Creates a vtkProp3D object to insert into a 3D scene (e.g. a Viewer3D)

cathegory: 3D object creator

author: laurent.guigues@creatis.insa-lyon.fr
VolumeRenderer,ColorFunction,"Color function",vtkPiecewiseFunction*,""
VolumeRenderer,ColorFunction1,"Color function1 instead of Color function",vtkColorTransferFunction*,""
VolumeRenderer,OpacityFunction,"Opacity function",vtkPiecewiseFunction*,""
VolumeRenderer,In,"Input Image",vtkImageData *,""

VolumeRenderer,Out,"3D object to plug into a 3D viewer",vtkProp3D*,""

./temp01/Creatis/packages/vtk/src/bbvtkVolumeRenderer.h
Transform vtkTransform

cathegory: math

author: InfoTeam CREATIS-LRMN
Transform,In,"vtkTransform to be concatenate",vtkLinearTransform *,""
Transform,Scale,"vector with sx sy sz",std::vector,""
Transform,Translate,"vector with x y z",std::vector,""
Transform,Spacing,"vector with spacingX spacingY spacingZ",std::vector,""
Transform,RotateWXYZ,"vector with Angle Vx Vy Vz",std::vector,""

Transform,Out,"vtkTransform result",vtkLinearTransform *,""

./temp01/Creatis/packages/vtk/src/bbvtkTransform.h
PolyDataToActor takes a vtkPolyData object to insert into a 3D scene (e.g. a Viewer3D)

cathegory: 3D object creator

author: eduardo.davila at creatis.insa-lyon.fr
PolyDataToActor,In,"Input image",vtkPolyData*,""
PolyDataToActor,Opacity,"Opacity",double,""
PolyDataToActor,Colour,"r g b",vectorcolour,"colour"
PolyDataToActor,Renderer,"3D scene in which to insert the surface",vtkRenderer*,""
PolyDataToActor,Transform,"Linear Transform (4x4 homogeneous)",vtkLinearTransform*,""

PolyDataToActor,Out,"Extracted iso-surface",vtkProp3D *,""

./temp01/Creatis/packages/vtk/src/bbvtkPolyDataToActor.h
SegmentationConnectivity Segmentation with min max threshold and connectivity

cathegory:

author: eduardo.davila [at] creatis.insa-lyon.fr
SegmentationConnectivity,In,"Input image",vtkImageData *,""
SegmentationConnectivity,PositionXYZ,"vector with the Position [x y z]" , std::vector,""
SegmentationConnectivity,ThresholdMinMax,"vector with the Threshold [min max]" , std::vector,""

SegmentationConnectivity,Out,"Result image",vtkImageData *,""

./temp01/Creatis/packages/vtk/src/bbvtkSegmentationConnectivity.h
GetVectorVtkImageDataElement Gets the i-th element from the input vector (

cathegory:

author: info-dev@creatis.insa-lyon.fr


./temp01/Creatis/packages/vtk/src/bbvtkGetVectorElement.h
145 Boxes