TGSTK  0.0.1
The Tumour Growth Simulation ToolKit
tgstkImageProcessorBase.h File Reference
#include <tgstk/tgstkGlobal.h>
#include <tgstk/algorithms/tgstkAlgorithmBase.h>
#include <vector>
#include <vtkImageData.h>
#include <vtkSmartPointer.h>

Go to the source code of this file.

Classes

class  tgstkImageProcessorBase
 Base class for TGSTK image processors. More...
 

Macros

#define assertImageNumberOfScalarComponents(image, numberOfScalarComponents)   _assertImageNumberOfScalarComponents(image, numberOfScalarComponents, #image)
 
#define assertImageScalarType(image, scalarTypes)   _assertImageScalarType(image, scalarTypes, #image)
 

Macro Definition Documentation

◆ assertImageNumberOfScalarComponents

#define assertImageNumberOfScalarComponents (   image,
  numberOfScalarComponents 
)    _assertImageNumberOfScalarComponents(image, numberOfScalarComponents, #image)

◆ assertImageScalarType

#define assertImageScalarType (   image,
  scalarTypes 
)    _assertImageScalarType(image, scalarTypes, #image)