ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
Namespaces | |
Accessor | |
bio | |
Concept | |
Detail | |
fem | |
fftw | |
Function | |
Functor | |
GTest | |
i18n | |
ImageToImageFilterDetail | |
LabSet | |
Math | |
NeighborhoodAlgorithm | |
SpatialOrientation | |
Statistics | |
testhelper | |
Testing | |
watershed | |
Enumerations | |
enum | { B2_MASKFILE_BLACK = 0, B2_MASKFILE_WHITE = 1, B2_MASKFILE_GRAY = 2 } |
enum | LeafIdentifier { ZERO = 0, ONE = 1, TWO = 2, THREE = 3, FOUR = 4, FIVE = 5, SIX = 6, SEVEN = 7 } |
enum | OctreePlaneType |
enum | TransformIOFactoryFileModeType { ReadMode, WriteMode } |
Functions | |
template<typename TInputImage , typename TOutputImage > | |
void | BoxAccumulateFunction (const TInputImage *inputImage, const TOutputImage *outputImage, typename TInputImage::RegionType inputRegion, typename TOutputImage::RegionType outputRegion, ProgressReporter &progress) |
template<typename TInputImage , typename TOutputImage > | |
void | BoxMeanCalculatorFunction (const TInputImage *accImage, TOutputImage *outputImage, typename TInputImage::RegionType inputRegion, typename TOutputImage::RegionType outputRegion, typename TInputImage::SizeType radius, ProgressReporter &progress) |
template<typename TInputImage , typename TOutputImage > | |
void | BoxSigmaCalculatorFunction (const TInputImage *accImage, TOutputImage *outputImage, typename TInputImage::RegionType inputRegion, typename TOutputImage::RegionType outputRegion, typename TInputImage::SizeType radius, ProgressReporter &progress) |
template<typename TInputImage , typename TOutputImage > | |
void | BoxSquareAccumulateFunction (const TInputImage *inputImage, TOutputImage *outputImage, typename TInputImage::RegionType inputRegion, typename TOutputImage::RegionType outputRegion, ProgressReporter &progress) |
void | ClearContent (FancyString &input) |
bool | CompareDCMTKFileReaders (DCMTKFileReader *a, DCMTKFileReader *b) |
void ITKCommon_EXPORT | CompensatedSummationAddElement (float &compensation, float &sum, const float &element) |
void ITKCommon_EXPORT | CompensatedSummationAddElement (double &compensation, double &sum, const double &element) |
template<typename TImage , typename TBres , typename TLine > | |
int | ComputeStartEnd (const typename TImage::IndexType StartIndex, const TLine line, const float tol, const typename TBres::OffsetArray LineOffsets, const typename TImage::RegionType AllImage, unsigned &start, unsigned &end) |
template<typename TImage , typename TBres > | |
void | CopyLineToImage (const typename TImage::Pointer output, const typename TImage::IndexType StartIndex, const typename TBres::OffsetArray LineOffsets, std::vector< typename TImage::PixelType > &outbuffer, const unsigned start, const unsigned end) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMesh (const TInputMesh *in, TOutputMesh *out) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMeshCellData (const TInputMesh *in, TOutputMesh *out) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMeshCells (const TInputMesh *in, TOutputMesh *out) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMeshEdgeCells (const TInputMesh *in, TOutputMesh *out) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMeshPointData (const TInputMesh *in, TOutputMesh *out) |
template<typename TInputMesh , typename TOutputMesh > | |
void | CopyMeshToMeshPoints (const TInputMesh *in, TOutputMesh *out) |
template<typename TImage > | |
std::vector< typename TImage::OffsetType > | CornerOffsets (const TImage *im) |
ITKCommon_EXPORT void | CrossProduct (CovariantVector< double, 3 > &, const Vector< double, 3 > &, const Vector< double, 3 > &) |
ITKCommon_EXPORT void | CrossProduct (CovariantVector< float, 3 > &, const Vector< float, 3 > &, const Vector< float, 3 > &) |
ITKCommon_EXPORT void | CrossProduct (CovariantVector< int, 3 >, const Vector< int, 3 > &, const Vector< int, 3 > &) |
ITKCommon_EXPORT Vector < double, 3 > | CrossProduct (const Vector< double, 3 > &, const Vector< double, 3 > &) |
ITKCommon_EXPORT Vector< float, 3 > | CrossProduct (const Vector< float, 3 > &, const Vector< float, 3 > &) |
ITKCommon_EXPORT Vector< int, 3 > | CrossProduct (const Vector< int, 3 > &, const Vector< int, 3 > &) |
template<typename TImage , typename TBres , typename TAnchor , typename TLine > | |
void | DoAnchorFace (const TImage *input, TImage *output, typename TImage::PixelType border, TLine line, TAnchor &AnchorLine, typename TBres::OffsetArray LineOffsets, std::vector< typename TImage::PixelType > &inbuffer, std::vector< typename TImage::PixelType > &outbuffer, const typename TImage::RegionType AllImage, const typename TImage::RegionType face) |
template<typename TImage , typename TBres , typename TFunction , typename TLine > | |
void | DoFace (typename TImage::ConstPointer input, typename TImage::Pointer output, typename TImage::PixelType border, TLine line, const typename TBres::OffsetArray LineOffsets, const unsigned int KernLen, std::vector< typename TImage::PixelType > &pixbuffer, std::vector< typename TImage::PixelType > &fExtBuffer, std::vector< typename TImage::PixelType > &rExtBuffer, const typename TImage::RegionType AllImage, const typename TImage::RegionType face) |
template<class LineBufferType , class RealType , bool doDilate> | |
void | DoLineCP (LineBufferType &LineBuf, LineBufferType &tmpLineBuf, const RealType magnitude, const RealType m_Extreme) |
template<class LineBufferType , class IndexBufferType , class EnvBufferType , class RealType , bool doDilate> | |
void | DoLineIntAlg (LineBufferType &LineBuf, EnvBufferType &F, IndexBufferType &v, EnvBufferType &z, const RealType magnitude) |
template<class TInIter , class TOutIter , class RealType , class OutputPixelType , bool doDilate> | |
void | doOneDimension (TInIter &inputIterator, TOutIter &outputIterator, ProgressReporter &progress, const long LineLength, const unsigned direction, const int m_MagnitudeSign, const bool m_UseImageSpacing, const RealType m_Extreme, const RealType image_scale, const RealType Sigma, int ParabolicAlgorithmChoice) |
template<typename T > | |
void | EncapsulateMetaData (MetaDataDictionary &Dictionary, const char *key, const T &invalue) |
template<typename T > | |
bool | ExposeMetaData (const MetaDataDictionary &Dictionary, const std::string key, T &outval) |
template<typename PixelType , typename TFunction > | |
void | FillForwardExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &fExtBuffer, const unsigned int KernLen, unsigned len) |
template<typename TImage , typename TBres , typename TLine > | |
int | FillLineBuffer (typename TImage::ConstPointer input, const typename TImage::IndexType StartIndex, const TLine line, const float tol, const typename TBres::OffsetArray LineOffsets, const typename TImage::RegionType AllImage, std::vector< typename TImage::PixelType > &inbuffer, unsigned int &start, unsigned int &end) |
template<typename PixelType , typename TFunction > | |
void | FillReverseExt (std::vector< PixelType > &pixbuffer, std::vector< PixelType > &rExtBuffer, const unsigned int KernLen, unsigned len) |
std::string | Get64BitPragma () |
template<typename TLine > | |
unsigned int | GetLinePixels (const TLine line) |
int | GetPixelDimension (const std::type_info &intype) |
const std::string ITKIOTransformHDF5_EXPORT | GetTransformName (int) |
std::string | GetTypename (const std::type_info &intype) |
void | GetTypenameInString (const std::type_info &intype, std::ostringstream &ret) |
bool | GetValidTypename (const std::type_info &intype, const std::vector< std::string > &validtypes, std::string &retTypeName) |
IMAGEIOBASE_TYPEMAP (char, CHAR) | |
IMAGEIOBASE_TYPEMAP (unsigned char, UCHAR) | |
IMAGEIOBASE_TYPEMAP (short, SHORT) | |
IMAGEIOBASE_TYPEMAP (unsigned short, USHORT) | |
IMAGEIOBASE_TYPEMAP (int, INT) | |
IMAGEIOBASE_TYPEMAP (unsigned int, UINT) | |
IMAGEIOBASE_TYPEMAP (long, LONG) | |
IMAGEIOBASE_TYPEMAP (unsigned long, ULONG) | |
IMAGEIOBASE_TYPEMAP (long long, LONGLONG) | |
IMAGEIOBASE_TYPEMAP (unsigned long long, ULONGLONG) | |
IMAGEIOBASE_TYPEMAP (float, FLOAT) | |
IMAGEIOBASE_TYPEMAP (double, DOUBLE) | |
bool | IsGPUAvailable () |
ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE (Vector) | |
ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE (CovariantVector) | |
ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE (Point) | |
ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE (FixedArray) | |
ITK_MESH_DEFAULTCONVERTTRAITS_ARRAY_TYPE_ALL_TYPES_MACRO (Array) | |
ITK_MESH_DEFAULTCONVERTTRAITS_ARRAY_TYPE_ALL_TYPES_MACRO (VariableLengthVector) | |
ITK_MESH_DEFAULTCONVERTTRAITS_COMPLEX_TYPE (float) | |
ITK_MESH_DEFAULTCONVERTTRAITS_COMPLEX_TYPE (double) | |
ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO (Vector) | |
ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO (CovariantVector) | |
ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO (Point) | |
ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO (FixedArray) | |
ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE_ALL_TYPES_MACRO (Matrix) | |
itkGPUKernelClassMacro (GPUImageOpsKernel) | |
itkGPUKernelClassMacro (GPUDenseFiniteDifferenceImageFilterKernel) | |
itkGPUKernelClassMacro (GPUReductionKernel) | |
itkGPUKernelClassMacro (GPUScalarAnisotropicDiffusionFunctionKernel) | |
itkGPUKernelClassMacro (GPUMeanImageFilterKernel) | |
itkGPUKernelClassMacro (GPUNeighborhoodOperatorImageFilterKernel) | |
itkGPUKernelClassMacro (GPUDemonsRegistrationFunctionKernel) | |
itkGPUKernelClassMacro (GPUGradientNDAnisotropicDiffusionFunctionKernel) | |
itkGPUKernelClassMacro (GPUPDEDeformableRegistrationFilterKernel) | |
itkGPUKernelClassMacro (GPUBinaryThresholdImageFilterKernel) | |
template<typename TChainCodePath , typename TPathInput > | |
void | MakeChainCodeTracePath (TChainCodePath &chainPath, const TPathInput &inPath, bool restrictMovement=false) |
template<typename TInputImage , typename TLine > | |
TInputImage::RegionType | MakeEnlargedFace (const TInputImage *input, const typename TInputImage::RegionType AllImage, const TLine line) |
MESHIOBASE_TYPEMAP (unsigned char, UCHAR) | |
MESHIOBASE_TYPEMAP (char, CHAR) | |
MESHIOBASE_TYPEMAP (unsigned short, USHORT) | |
MESHIOBASE_TYPEMAP (short, SHORT) | |
MESHIOBASE_TYPEMAP (unsigned int, UINT) | |
MESHIOBASE_TYPEMAP (int, INT) | |
MESHIOBASE_TYPEMAP (unsigned long, ULONG) | |
MESHIOBASE_TYPEMAP (long, LONG) | |
MESHIOBASE_TYPEMAP (unsigned long long, ULONGLONG) | |
MESHIOBASE_TYPEMAP (long long, LONGLONG) | |
MESHIOBASE_TYPEMAP (float, FLOAT) | |
MESHIOBASE_TYPEMAP (double, DOUBLE) | |
MESHIOBASE_TYPEMAP (long double, LDOUBLE) | |
float | MvtSunf (int numb) |
template<typename TRegion , typename TLine > | |
bool | NeedToDoFace (const TRegion AllImage, const TRegion face, const TLine line) |
void | OpenCLCheckError (cl_int error, const char *filename="", int lineno=0, const char *location="") |
cl_device_id * | OpenCLGetAvailableDevices (cl_platform_id platform, cl_device_type devType, cl_uint *numAvailableDevices) |
int | OpenCLGetLocalBlockSize (unsigned int ImageDim) |
cl_device_id | OpenCLGetMaxFlopsDev (cl_context cxGPUContext) |
void | OpenCLPrintDeviceInfo (cl_device_id device, bool verbose=false) |
cl_platform_id | OpenCLSelectPlatform (const char *name) |
template<typename T , unsigned int NVectorDimension> | |
CovariantVector< T, NVectorDimension > | operator* (const T &scalar, const CovariantVector< T, NVectorDimension > &v) |
template<typename T , unsigned int NVectorDimension> | |
T | operator* (const Vector< T, NVectorDimension > &contravariant, const CovariantVector< T, NVectorDimension > &covariant) |
template<typename T , unsigned int NVectorDimension> | |
Vector< T, NVectorDimension > | operator* (const T &scalar, const Vector< T, NVectorDimension > &v) |
template<typename TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | operator+ (const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it, const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind) |
template<typename TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | operator+ (const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind, const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it) |
template<typename TImage > | |
ConstNeighborhoodIterator< TImage > | operator+ (const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind) |
template<typename TImage > | |
ConstNeighborhoodIterator< TImage > | operator+ (const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind, const ConstNeighborhoodIterator< TImage > &it) |
template<typename TImage > | |
ConstNeighborhoodIteratorWithOnlyIndex < TImage > | operator- (const ConstNeighborhoodIteratorWithOnlyIndex< TImage > &it, const typename ConstNeighborhoodIteratorWithOnlyIndex< TImage >::OffsetType &ind) |
template<typename TImage > | |
ConstNeighborhoodIterator< TImage > | operator- (const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind) |
template<typename TValue > | |
std::ostream & | operator<< (std::ostream &os, const Array2D< TValue > &arr) |
ITKVideoCore_EXPORT std::ostream & | operator<< (std::ostream &os, const TemporalRegion ®ion) |
template<> | |
ITKCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const Array2D< float > &arr) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, SmartPointerForwardReference< T > p) |
template<> | |
ITKCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const Array2D< double > &arr) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, WeakPointer< T > p) |
template<typename TPixel > | |
std::ostream & | operator<< (std::ostream &o, const NeighborhoodAllocator< TPixel > &a) |
ITKCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const LightObject &o) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, TreeIteratorClone< T > p) |
ITKCommon_EXPORT std::ostream & | operator<< (std::ostream &os, const ImageIORegion ®ion) |
template<typename TComponent > | |
std::ostream & | operator<< (std::ostream &os, const RGBAPixel< TComponent > &c) |
template<typename TComponent > | |
std::ostream & | operator<< (std::ostream &os, const RGBPixel< TComponent > &c) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, SmartPointer< T > p) |
template<typename TValue > | |
std::ostream & | operator<< (std::ostream &os, const Array< TValue > &arr) |
FancyString & | operator<< (FancyString &s, void(*mf)(FancyString &)) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, AutoPointer< T > p) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const VariableSizeMatrix< T > &v) |
template<typename TComponent , unsigned int NDimension> | |
OutputStreamType & | operator<< (OutputStreamType &os, const SymmetricSecondRankTensor< TComponent, NDimension > &c) |
template<unsigned int VDimension> | |
std::ostream & | operator<< (std::ostream &os, const Size< VDimension > &size) |
template<typename T > | |
FancyString & | operator<< (FancyString &s, const std::vector< T > &data) |
template<typename T > | |
FancyString & | operator<< (FancyString &s, const Array< T > &data) |
template<unsigned int VOffsetDimension> | |
std::ostream & | operator<< (std::ostream &os, const Offset< VOffsetDimension > &ind) |
template<typename T , unsigned int NPointDimension> | |
std::ostream & | operator<< (std::ostream &os, const Point< T, NPointDimension > &v) |
template<typename T > | |
FancyString & | operator<< (FancyString &s, const T &data) |
template<typename T , unsigned int NVectorDimension> | |
std::ostream & | operator<< (std::ostream &os, const Vector< T, NVectorDimension > &v) |
template<typename TValue , unsigned int VLength> | |
std::ostream & | operator<< (std::ostream &os, const FixedArray< TValue, VLength > &arr) |
template<typename T , unsigned int NRows, unsigned int NColumns> | |
std::ostream & | operator<< (std::ostream &os, const Matrix< T, NRows, NColumns > &v) |
template<typename TPixel , unsigned int VDimension, typename TContainer > | |
std::ostream & | operator<< (std::ostream &os, const Neighborhood< TPixel, VDimension, TContainer > &neighborhood) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const Versor< T > &v) |
ITKPolynomials_EXPORT std::ostream & | operator<< (std::ostream &os, MultivariateLegendrePolynomial &poly) |
template<typename TMatrix , typename TVector , typename TEigenMatrix > | |
std::ostream & | operator<< (std::ostream &os, const SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix > &s) |
template<typename TImage , typename TBoundaryCondition > | |
std::ostream & | operator<< (std::ostream &os, const std::vector< itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition > > &mv) |
template<unsigned int VImageDimension> | |
std::ostream & | operator<< (std::ostream &os, const ImageRegion< VImageDimension > ®ion) |
template<unsigned int VIndexDimension> | |
std::ostream & | operator<< (std::ostream &os, const Index< VIndexDimension > &ind) |
template<> | |
ITKCommon_EXPORT std::ostream & | operator<< < double > (std::ostream &os, const Array< double > &arr) |
template<> | |
ITKCommon_EXPORT std::ostream & | operator<< < float > (std::ostream &os, const Array< float > &arr) |
template<typename TComponent > | |
std::istream & | operator>> (std::istream &is, RGBAPixel< TComponent > &c) |
template<typename TComponent > | |
std::istream & | operator>> (std::istream &is, RGBPixel< TComponent > &c) |
template<typename TComponent , unsigned int NDimension> | |
InputStreamType & | operator>> (InputStreamType &is, SymmetricSecondRankTensor< TComponent, NDimension > &c) |
template<typename T > | |
FancyString & | operator>> (FancyString &s, std::vector< T > &data) |
template<typename T > | |
FancyString & | operator>> (FancyString &s, Array< T > &data) |
template<typename T > | |
FancyString & | operator>> (FancyString &s, T &data) |
template<typename T , unsigned int NPointDimension> | |
std::istream & | operator>> (std::istream &is, Point< T, NPointDimension > &v) |
template<typename T , unsigned int NVectorDimension> | |
std::istream & | operator>> (std::istream &is, Vector< T, NVectorDimension > &v) |
template<typename T > | |
std::istream & | operator>> (std::istream &is, Versor< T > &v) |
template<typename TIterator > | |
TIterator * | setConnectivity (TIterator *it, bool fullyConnected=false) |
template<typename TIterator > | |
TIterator * | setConnectivityLater (TIterator *it, bool fullyConnected=false) |
template<typename TIterator > | |
TIterator * | setConnectivityPrevious (TIterator *it, bool fullyConnected=false) |
template<typename T > | |
void | swap (SmartPointer< T > &a, SmartPointer< T > &b) |
template<typename T > | |
void | swap (Array< T > &a, Array< T > &b) |
template<typename TAutoPointerBase , typename TAutoPointerDerived > | |
void | TransferAutoPointer (TAutoPointerBase &pa, TAutoPointerDerived &pb) |
std::ostream & | operator<< (std::ostream &os, EventObject &e) |
std::ostream & | operator<< (std::ostream &os, ExceptionObject &e) |
template<typename T > | |
void | EncapsulateMetaData (MetaDataDictionary &Dictionary, const std::string &key, const T &invalue) |
template<typename TFourierSeriesPath , typename TChainCodePath > | |
void | MakeFourierSeriesPathTraceChainCode (TFourierSeriesPath &FSPath, const TChainCodePath &chainPath, unsigned int numHarmonics=8) |
Variables | |
const char *const | ANALYZE_OBJECT_LABEL_MAP_ENTRY_ARRAY = "ANALYZE_OBJECT_LABEL_MAP_ENTRY_ARRAY" |
template<typename TPixelType , typename TCellTraits > | |
class ITK_TEMPLATE_EXPORT | CellInterface |
class ITK_FORWARD_EXPORT | Command |
template class ITKIOTransformBase_EXPORT_EXPLICIT | CompositeTransformIOHelperTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | CompositeTransformIOHelperTemplate< float > |
class ITK_FORWARD_EXPORT | DataObject |
class ITK_FORWARD_EXPORT | DCMTKSequence |
template class IOTransformDCMTK_EXPORT_EXPLICIT | DCMTKTransformIO< double > |
template class IOTransformDCMTK_EXPORT_EXPLICIT | DCMTKTransformIO< float > |
template<typename TInternalComputationValueType > | |
class ITK_FORWARD_EXPORT | GradientDescentOptimizerBasev4Template |
template class ITKIOTransformHDF5_EXPORT_EXPLICIT | HDF5TransformIOTemplate< double > |
template class ITKIOTransformHDF5_EXPORT_EXPLICIT | HDF5TransformIOTemplate< float > |
template<unsigned int NImageDimension> | |
class ITK_TEMPLATE_EXPORT | ImageBase |
template<unsigned int NImageDimension, unsigned int R, unsigned int C, typename TPointValue , typename TMatrixValue > | |
class ITK_FORWARD_EXPORT | ImageTransformHelper |
typedef::ptrdiff_t | intptr_t |
ITKIOImageBase_EXPORT const char *const | ITK_ExperimentDate |
ITKIOImageBase_EXPORT const char *const | ITK_ExperimentTime |
ITKIOImageBase_EXPORT const char *const | ITK_FileNotes |
ITKIOImageBase_EXPORT const char *const | ITK_FileOriginator |
ITKIOImageBase_EXPORT const char *const | ITK_ImageFileBaseName |
ITKIOImageBase_EXPORT const char *const | ITK_ImageType |
ITKIOImageBase_EXPORT const char *const | ITK_InputFilterName |
ITKIOImageBase_EXPORT const char *const | ITK_NumberOfDimensions |
ITKIOImageBase_EXPORT const char *const | ITK_OnDiskBitPerPixel |
ITKIOImageBase_EXPORT const char *const | ITK_OnDiskStorageTypeName |
ITKIOImageBase_EXPORT const char *const | ITK_Origin |
ITKIOImageBase_EXPORT const char *const | ITK_OriginationDate |
ITKIOImageBase_EXPORT const char *const | ITK_PatientID |
ITKIOImageBase_EXPORT const char *const | ITK_PatientName |
ITKIOImageBase_EXPORT const char *const | ITK_ScanID |
ITKIOImageBase_EXPORT const char *const | ITK_Spacing |
ITKIOImageBase_EXPORT const char *const | ITK_VoxelUnits |
ITKIOImageBase_EXPORT const char *const | ITK_ZDirection |
class ITK_FORWARD_EXPORT | KLMSegmentationBorder |
class ITK_FORWARD_EXPORT | KLMSegmentationRegion |
class ITK_FORWARD_EXPORT | LBFGSBOptimizerHelper |
class ITK_FORWARD_EXPORT | LBFGSBOptimizerHelperv4 |
template<typename TInternalVnlOptimizerType > | |
class ITK_TEMPLATE_EXPORT | LBFGSOptimizerBaseHelperv4 |
template<typename TTreeType > | |
class ITK_TEMPLATE_EXPORT | LeafTreeIterator |
struct ITKIOMINC_HIDDEN | MINCImageIOPImpl |
const int | NumberOfRunLengthElementsPerRead = 1 |
template class ITKOptimizersv4_EXPORT_EXPLICIT | ObjectToObjectOptimizerBaseTemplate< double > |
template class ITKOptimizersv4_EXPORT_EXPLICIT | ObjectToObjectOptimizerBaseTemplate< float > |
class ITK_FORWARD_EXPORT | OctreeBase |
class ITK_FORWARD_EXPORT | OctreeNodeBranch |
class ITK_FORWARD_EXPORT | ProcessObject |
template<typename TInternalComputationValueType > | |
class ITK_FORWARD_EXPORT | QuasiNewtonOptimizerv4Template |
ITKIOImageBase_EXPORT const char *const | ROI_NAME |
ITKIOImageBase_EXPORT const char *const | ROI_NUM_SEGMENTS |
ITKIOImageBase_EXPORT const char *const | ROI_PLANE |
ITKIOImageBase_EXPORT const char *const | ROI_SCAN_ID |
ITKIOImageBase_EXPORT const char *const | ROI_X_RESOLUTION |
ITKIOImageBase_EXPORT const char *const | ROI_X_SIZE |
ITKIOImageBase_EXPORT const char *const | ROI_Y_RESOLUTION |
ITKIOImageBase_EXPORT const char *const | ROI_Y_SIZE |
ITKIOImageBase_EXPORT const char *const | ROI_Z_RESOLUTION |
ITKIOImageBase_EXPORT const char *const | ROI_Z_SIZE |
template<unsigned int TDimension> | |
class ITK_FORWARD_EXPORT | SpatialObject |
template<unsigned int VDimension> | |
class ITK_FORWARD_EXPORT | SpatialObjectTreeNode |
ITKIOImageBase_EXPORT const char *const | SPM_ROI_SCALE |
class ITK_FORWARD_EXPORT | TemporalDataObject |
template<typename TIterator > | |
class ITK_TEMPLATE_EXPORT | ThreadedIteratorRangePartitioner |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformFileReaderTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformFileReaderTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformFileWriterTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformFileWriterTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformIOBaseTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformIOBaseTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformIOFactoryTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT | TransformIOFactoryTemplate< float > |
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT | TxtTransformIOTemplate< double > |
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT | TxtTransformIOTemplate< float > |
typedef::vcl_size_t | uintptr_t |
const int | VERSION1 = 880102 |
const int | VERSION2 = 880801 |
const int | VERSION3 = 890102 |
static const int | VERSION4 = 900302 |
static const int | VERSION5 = 910402 |
static const int | VERSION6 = 910926 |
static const int | VERSION7 = 20050829 |
TOutput | m_OutsideValue |
TMask | m_MaskingValue |
const TMask & | GetMaskingValue () const |
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes. There are several nested namespaces within the itk:: namespace.
Octree data structure
This class generates two 2D-Gaussians (standard deviation RegionSize/2) One is shifted by 7,3 pixels from the other.
These two images are provided to the registration methods in this directory in order to obtain a uniform test input data.
Therefore the solution of the registration is |-7 -3|
TODO: This class needs to be more tightly integrated with the new multi-threaded ImageToImageMetric.
The specification for this file format is taken from the web site http://analyzedirect.com/support/10.0Documents/Analyze_Resource_01.pdf
The specification for this file format is taken from the web site http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC
typedef std::vector<AnalyzeObjectEntry::Pointer> itk::AnalyzeObjectEntryArrayType |
Definition at line 32 of file itkAnalyzeObjectLabelMapImageIO.h.
typedef CompositeTransformIOHelperTemplate<double> itk::CompositeTransformIOHelper |
This helps to meet backward compatibility
Definition at line 94 of file itkCompositeTransformIOHelper.h.
typedef ConjugateGradientLineSearchOptimizerv4Template<double> itk::ConjugateGradientLineSearchOptimizerv4 |
This helps to meet backward compatibility
Definition at line 101 of file itkConjugateGradientLineSearchOptimizerv4.h.
typedef CostFunctionTemplate<double> itk::CostFunction |
This helps to meet backward compatibility
Definition at line 68 of file itkCostFunction.h.
typedef int itk::FastMutexType |
Platform specific typedefs for simple types
Definition at line 68 of file itkThreadSupport.h.
typedef std::vector< std::string > itk::FilenamesContainer |
Definition at line 53 of file itkGDCMSeriesFileNames.h.
typedef GradientDescentLineSearchOptimizerv4Template<double> itk::GradientDescentLineSearchOptimizerv4 |
This helps to meet backward compatibility
Definition at line 145 of file itkGradientDescentLineSearchOptimizerv4.h.
This helps to meet backward compatibility
Definition at line 229 of file itkGradientDescentOptimizerBasev4.h.
typedef GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate<double> itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader |
This helps to meet backward compatibility
Definition at line 67 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
typedef GradientDescentOptimizerBasev4ModifyGradientByScalesThreaderTemplate<double> itk::GradientDescentOptimizerBasev4ModifyGradientByScalesThreader |
This helps to meet backward compatibility
Definition at line 67 of file itkGradientDescentOptimizerBasev4ModifyGradientByScalesThreader.h.
typedef GradientDescentOptimizerv4Template<double> itk::GradientDescentOptimizerv4 |
This helps to meet backward compatibility
Definition at line 246 of file itkGradientDescentOptimizerv4.h.
typedef HDF5TransformIOTemplate<double> itk::HDF5TransformIO |
This helps to meet backward compatibility
Definition at line 151 of file itkHDF5TransformIO.h.
typedef SizeValueType itk::IdentifierType |
Same type as SizeValueType but when used as an Id (pointId, cellId, labelObjectId..)(it is unsigned)
Definition at line 147 of file itkIntTypes.h.
typedef signed long itk::IndexValueType |
The components of the Index array (they are signed)
Definition at line 150 of file itkIntTypes.h.
typedef std::istream itk::InputStreamType |
Definition at line 217 of file itkSymmetricSecondRankTensor.h.
typedef KWIML_INT_int16_t itk::int16_t |
Definition at line 84 of file itkIntTypes.h.
typedef KWIML_INT_int32_t itk::int32_t |
Definition at line 86 of file itkIntTypes.h.
typedef KWIML_INT_int64_t itk::int64_t |
Definition at line 88 of file itkIntTypes.h.
typedef KWIML_INT_int8_t itk::int8_t |
Fixed width integer types.
Definition at line 82 of file itkIntTypes.h.
typedef int16_t itk::int_fast16_t |
Definition at line 106 of file itkIntTypes.h.
typedef int32_t itk::int_fast32_t |
Definition at line 108 of file itkIntTypes.h.
typedef int64_t itk::int_fast64_t |
Definition at line 110 of file itkIntTypes.h.
typedef int8_t itk::int_fast8_t |
Types which are at least a certain size but may be greater if performace benefits, these are preferred over fixed width.
Definition at line 104 of file itkIntTypes.h.
typedef int16_t itk::int_least16_t |
Definition at line 95 of file itkIntTypes.h.
typedef int32_t itk::int_least32_t |
Definition at line 97 of file itkIntTypes.h.
typedef int64_t itk::int_least64_t |
Definition at line 99 of file itkIntTypes.h.
typedef int8_t itk::int_least8_t |
Types which are at least a certain size, these are preferred over fixed width.
Definition at line 93 of file itkIntTypes.h.
typedef int64_t itk::intmax_t |
Types which contain the largest represetable integer.
Definition at line 114 of file itkIntTypes.h.
typedef itksys::DynamicLoader::LibraryHandle itk::LibHandle |
Definition at line 38 of file itkDynamicLoader.h.
typedef MatlabTransformIOTemplate<double> itk::MatlabTransformIO |
This helps to meet backward compatibility
Definition at line 73 of file itkMatlabTransformIO.h.
typedef unsigned long itk::ModifiedTimeType |
Type to count and reference the modification time of objects. May in the future be replaced by SizeValueType to avoid overflows.
Definition at line 164 of file itkIntTypes.h.
typedef MultiGradientOptimizerv4Template<double> itk::MultiGradientOptimizerv4 |
This helps to meet backward compatibility
Definition at line 145 of file itkMultiGradientOptimizerv4.h.
typedef MultiStartOptimizerv4Template<double> itk::MultiStartOptimizerv4 |
This helps to meet backward compatibility
Definition at line 161 of file itkMultiStartOptimizerv4.h.
typedef int itk::MutexType |
Platform specific typedefs for simple types
Definition at line 67 of file itkThreadSupport.h.
typedef ObjectToObjectMetricBaseTemplate<double> itk::ObjectToObjectMetricBase |
This helps to meet backward compatibility
Definition at line 211 of file itkObjectToObjectMetricBase.h.
typedef ObjectToObjectOptimizerBaseTemplate<double> itk::ObjectToObjectOptimizerBase |
This helps to meet backward compatibility
Definition at line 267 of file itkObjectToObjectOptimizerBase.h.
typedef signed long itk::OffsetValueType |
Differences between components of indexes, distance from one pointer to the origin of a buffer (it is signed)
Definition at line 154 of file itkIntTypes.h.
This helps to meet backward compatibility
Definition at line 87 of file itkOptimizerParameterScalesEstimator.h.
typedef std::ostream itk::OutputStreamType |
This extra typedef is necessary for preventing an Internal Compiler Error in Microsoft Visual C++ 6.0. This typedef is not needed for any other compiler.
Definition at line 216 of file itkSymmetricSecondRankTensor.h.
typedef PolygonGroupSpatialObject< 3 > itk::PGroupSpatialObjectType |
Definition at line 27 of file itkPolygonGroupSpatialObjectXMLFile.h.
typedef QuasiNewtonOptimizerv4Template<double> itk::QuasiNewtonOptimizerv4 |
This helps to meet backward compatibility
Definition at line 201 of file itkQuasiNewtonOptimizerv4.h.
typedef QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate<double> itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader |
This helps to meet backward compatibility
Definition at line 65 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
typedef int itk::RegionIndexType |
Definition at line 28 of file itkLabelSetMorphBaseImageFilter.h.
typedef std::vector< std::string > itk::SerieUIDContainer |
Definition at line 54 of file itkGDCMSeriesFileNames.h.
typedef SingleValuedCostFunctionv4Template<double> itk::SingleValuedCostFunctionv4 |
This helps to meet backward compatibility
Definition at line 93 of file itkSingleValuedCostFunctionv4.h.
typedef unsigned long itk::SizeValueType |
Any count of number of items (number of pixels in an image, number of points) (it is unsigned)
Definition at line 143 of file itkIntTypes.h.
typedef double itk::SpacePrecisionType |
Definition at line 30 of file itkFloatTypes.h.
typedef itksys::DynamicLoader::SymbolPointer itk::SymbolPointer |
Definition at line 40 of file itkDynamicLoader.h.
typedef void( * itk::ThreadFunctionType)(void *) |
Platform specific typedefs for simple types
Definition at line 69 of file itkThreadSupport.h.
typedef int itk::ThreadIdType |
Type to count and reference number of threads
Definition at line 159 of file itkIntTypes.h.
typedef int itk::ThreadProcessIdType |
Platform specific typedefs for simple types
Definition at line 70 of file itkThreadSupport.h.
typedef TransformBaseTemplate< double > itk::TransformBase |
This helps to meet backward compatibility
Definition at line 149 of file itkTransformBase.h.
typedef itk::TransformFileReaderTemplate<double> itk::TransformFileReader |
This helps to meet backward compatibility
Definition at line 103 of file itkTransformFileReader.h.
typedef itk::TransformFileWriterTemplate<double> itk::TransformFileWriter |
This helps to meet backward compatibility
Definition at line 112 of file itkTransformFileWriter.h.
typedef itk::TransformIOBaseTemplate<double> itk::TransformIOBase |
This helps to meet backward compatibility
Definition at line 196 of file itkTransformIOBase.h.
typedef TransformIOFactoryTemplate<double> itk::TransformIOFactory |
This helps to meet backward compatibility
Definition at line 69 of file itkTransformIOFactory.h.
typedef TxtTransformIOTemplate<double> itk::TxtTransformIO |
This helps to meet backward compatibility
Definition at line 84 of file itkTxtTransformIO.h.
typedef KWIML_INT_uint16_t itk::uint16_t |
Definition at line 85 of file itkIntTypes.h.
typedef KWIML_INT_uint32_t itk::uint32_t |
Definition at line 87 of file itkIntTypes.h.
typedef KWIML_INT_uint64_t itk::uint64_t |
Definition at line 89 of file itkIntTypes.h.
typedef KWIML_INT_uint8_t itk::uint8_t |
Definition at line 83 of file itkIntTypes.h.
typedef uint16_t itk::uint_fast16_t |
Definition at line 107 of file itkIntTypes.h.
typedef uint32_t itk::uint_fast32_t |
Definition at line 109 of file itkIntTypes.h.
typedef uint64_t itk::uint_fast64_t |
Definition at line 111 of file itkIntTypes.h.
typedef uint8_t itk::uint_fast8_t |
Definition at line 105 of file itkIntTypes.h.
typedef uint16_t itk::uint_least16_t |
Definition at line 96 of file itkIntTypes.h.
typedef uint32_t itk::uint_least32_t |
Definition at line 98 of file itkIntTypes.h.
typedef uint64_t itk::uint_least64_t |
Definition at line 100 of file itkIntTypes.h.
typedef uint8_t itk::uint_least8_t |
Definition at line 94 of file itkIntTypes.h.
typedef uint64_t itk::uintmax_t |
Definition at line 115 of file itkIntTypes.h.
anonymous enum |
Enumerator | |
---|---|
B2_MASKFILE_BLACK | |
B2_MASKFILE_WHITE | |
B2_MASKFILE_GRAY |
Definition at line 28 of file itkOctree.h.
enum itk::LeafIdentifier |
Enumerator | |
---|---|
ZERO | |
ONE | |
TWO | |
THREE | |
FOUR | |
FIVE | |
SIX | |
SEVEN |
Definition at line 23 of file itkOctreeNode.h.
enum itk::OctreePlaneType |
The enumeration to define the planar orientation of the octree
Definition at line 37 of file itkOctree.h.
Mode in which the files is intended to be used
Enumerator | |
---|---|
ReadMode | |
WriteMode |
Definition at line 30 of file itkTransformIOFactory.h.
void itk::BoxAccumulateFunction | ( | const TInputImage * | inputImage, |
const TOutputImage * | outputImage, | ||
typename TInputImage::RegionType | inputRegion, | ||
typename TOutputImage::RegionType | outputRegion, | ||
ProgressReporter & | progress | ||
) |
Definition at line 100 of file itkBoxUtilities.h.
References itk::ProgressReporter::CompletedPixel(), itk::Size< VDimension >::Fill(), and itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::SetConstant().
void itk::BoxMeanCalculatorFunction | ( | const TInputImage * | accImage, |
TOutputImage * | outputImage, | ||
typename TInputImage::RegionType | inputRegion, | ||
typename TOutputImage::RegionType | outputRegion, | ||
typename TInputImage::SizeType | radius, | ||
ProgressReporter & | progress | ||
) |
Definition at line 202 of file itkBoxUtilities.h.
References itk::ProgressReporter::CompletedPixel(), and itk::ImageRegionConstIterator< TImage >::SetIndex().
void itk::BoxSigmaCalculatorFunction | ( | const TInputImage * | accImage, |
TOutputImage * | outputImage, | ||
typename TInputImage::RegionType | inputRegion, | ||
typename TOutputImage::RegionType | outputRegion, | ||
typename TInputImage::SizeType | radius, | ||
ProgressReporter & | progress | ||
) |
Definition at line 384 of file itkBoxUtilities.h.
References itk::ProgressReporter::CompletedPixel(), and itk::ImageRegionConstIterator< TImage >::SetIndex().
void itk::BoxSquareAccumulateFunction | ( | const TInputImage * | inputImage, |
TOutputImage * | outputImage, | ||
typename TInputImage::RegionType | inputRegion, | ||
typename TOutputImage::RegionType | outputRegion, | ||
ProgressReporter & | progress | ||
) |
Definition at line 574 of file itkBoxUtilities.h.
References itk::ProgressReporter::CompletedPixel(), itk::Size< VDimension >::Fill(), and itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::SetConstant().
void itk::ClearContent | ( | FancyString & | input | ) |
Manipulator to clear all characters in a FancyString.
bool itk::CompareDCMTKFileReaders | ( | DCMTKFileReader * | a, |
DCMTKFileReader * | b | ||
) |
void ITKCommon_EXPORT itk::CompensatedSummationAddElement | ( | float & | compensation, |
float & | sum, | ||
const float & | element | ||
) |
void ITKCommon_EXPORT itk::CompensatedSummationAddElement | ( | double & | compensation, |
double & | sum, | ||
const double & | element | ||
) |
int itk::ComputeStartEnd | ( | const typename TImage::IndexType | StartIndex, |
const TLine | line, | ||
const float | tol, | ||
const typename TBres::OffsetArray | LineOffsets, | ||
const typename TImage::RegionType | AllImage, | ||
unsigned & | start, | ||
unsigned & | end | ||
) |
void itk::CopyLineToImage | ( | const typename TImage::Pointer | output, |
const typename TImage::IndexType | StartIndex, | ||
const typename TBres::OffsetArray | LineOffsets, | ||
std::vector< typename TImage::PixelType > & | outbuffer, | ||
const unsigned | start, | ||
const unsigned | end | ||
) |
void itk::CopyMeshToMesh | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 134 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
References CopyMeshToMeshCellData(), CopyMeshToMeshCells(), CopyMeshToMeshEdgeCells(), CopyMeshToMeshPointData(), and CopyMeshToMeshPoints().
void itk::CopyMeshToMeshCellData | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 145 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Referenced by CopyMeshToMesh().
void itk::CopyMeshToMeshCells | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 210 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Referenced by CopyMeshToMesh().
void itk::CopyMeshToMeshEdgeCells | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 253 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Referenced by CopyMeshToMesh().
void itk::CopyMeshToMeshPointData | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 178 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Referenced by CopyMeshToMesh().
void itk::CopyMeshToMeshPoints | ( | const TInputMesh * | in, |
TOutputMesh * | out | ||
) |
Definition at line 283 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
References itk::FixedArray< TValue, VLength >::Begin().
Referenced by CopyMeshToMesh().
std::vector< typename TImage::OffsetType > itk::CornerOffsets | ( | const TImage * | im | ) |
Definition at line 170 of file itkBoxUtilities.h.
References itk::Size< VDimension >::Fill().
ITKCommon_EXPORT void itk::CrossProduct | ( | CovariantVector< double, 3 > & | , |
const Vector< double, 3 > & | , | ||
const Vector< double, 3 > & | |||
) |
ITKCommon_EXPORT void itk::CrossProduct | ( | CovariantVector< float, 3 > & | , |
const Vector< float, 3 > & | , | ||
const Vector< float, 3 > & | |||
) |
ITKCommon_EXPORT void itk::CrossProduct | ( | CovariantVector< int, 3 > | , |
const Vector< int, 3 > & | , | ||
const Vector< int, 3 > & | |||
) |
ITKCommon_EXPORT Vector< double, 3 > itk::CrossProduct | ( | const Vector< double, 3 > & | , |
const Vector< double, 3 > & | |||
) |
ITKCommon_EXPORT Vector< float, 3 > itk::CrossProduct | ( | const Vector< float, 3 > & | , |
const Vector< float, 3 > & | |||
) |
ITKCommon_EXPORT Vector< int, 3 > itk::CrossProduct | ( | const Vector< int, 3 > & | , |
const Vector< int, 3 > & | |||
) |
void itk::DoAnchorFace | ( | const TImage * | input, |
TImage * | output, | ||
typename TImage::PixelType | border, | ||
TLine | line, | ||
TAnchor & | AnchorLine, | ||
typename TBres::OffsetArray | LineOffsets, | ||
std::vector< typename TImage::PixelType > & | inbuffer, | ||
std::vector< typename TImage::PixelType > & | outbuffer, | ||
const typename TImage::RegionType | AllImage, | ||
const typename TImage::RegionType | face | ||
) |
void itk::DoFace | ( | typename TImage::ConstPointer | input, |
typename TImage::Pointer | output, | ||
typename TImage::PixelType | border, | ||
TLine | line, | ||
const typename TBres::OffsetArray | LineOffsets, | ||
const unsigned int | KernLen, | ||
std::vector< typename TImage::PixelType > & | pixbuffer, | ||
std::vector< typename TImage::PixelType > & | fExtBuffer, | ||
std::vector< typename TImage::PixelType > & | rExtBuffer, | ||
const typename TImage::RegionType | AllImage, | ||
const typename TImage::RegionType | face | ||
) |
void itk::DoLineCP | ( | LineBufferType & | LineBuf, |
LineBufferType & | tmpLineBuf, | ||
const RealType | magnitude, | ||
const RealType | m_Extreme | ||
) |
Definition at line 28 of file itkParabolicMorphUtils.h.
void itk::DoLineIntAlg | ( | LineBufferType & | LineBuf, |
EnvBufferType & | F, | ||
IndexBufferType & | v, | ||
EnvBufferType & | z, | ||
const RealType | magnitude | ||
) |
Definition at line 80 of file itkParabolicMorphUtils.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
Referenced by doOneDimension().
void itk::doOneDimension | ( | TInIter & | inputIterator, |
TOutIter & | outputIterator, | ||
ProgressReporter & | progress, | ||
const long | LineLength, | ||
const unsigned | direction, | ||
const int | m_MagnitudeSign, | ||
const bool | m_UseImageSpacing, | ||
const RealType | m_Extreme, | ||
const RealType | image_scale, | ||
const RealType | Sigma, | ||
int | ParabolicAlgorithmChoice | ||
) |
Definition at line 185 of file itkParabolicMorphUtils.h.
References itk::ProgressReporter::CompletedPixel(), and DoLineIntAlg().
|
inline |
EncapsulateMetaData is a convenience function that encapsulates raw MetaData into a MetaDataObject that can be put into the MetaDataDictionary.
Dictionary | TODO |
key | TODO |
invalue | the value of type T that is to be encapsulated. |
Definition at line 149 of file itkMetaDataObject.h.
References itk::MetaDataObject< MetaDataObjectType >::New().
Referenced by EncapsulateMetaData().
|
inline |
Definition at line 158 of file itkMetaDataObject.h.
References EncapsulateMetaData().
|
inline |
ExposeMetaData provides a shortcut for pulling a value of type T out of a MetaDataDictionary. If Dictionary[key] isn't set, return false, otherwise copy into outval reference and return true.
Dictionary | – reference to a dictionary |
key | – string identifier for this object |
outval | – where to store value found in table. |
Definition at line 173 of file itkMetaDataObject.h.
References itk::MetaDataObject< MetaDataObjectType >::GetMetaDataObjectValue(), itk::SmartPointer< TObjectType >::GetPointer(), and itk::MetaDataDictionary::HasKey().
void itk::FillForwardExt | ( | std::vector< PixelType > & | pixbuffer, |
std::vector< PixelType > & | fExtBuffer, | ||
const unsigned int | KernLen, | ||
unsigned | len | ||
) |
int itk::FillLineBuffer | ( | typename TImage::ConstPointer | input, |
const typename TImage::IndexType | StartIndex, | ||
const TLine | line, | ||
const float | tol, | ||
const typename TBres::OffsetArray | LineOffsets, | ||
const typename TImage::RegionType | AllImage, | ||
std::vector< typename TImage::PixelType > & | inbuffer, | ||
unsigned int & | start, | ||
unsigned int & | end | ||
) |
void itk::FillReverseExt | ( | std::vector< PixelType > & | pixbuffer, |
std::vector< PixelType > & | rExtBuffer, | ||
const unsigned int | KernLen, | ||
unsigned | len | ||
) |
std::string itk::Get64BitPragma | ( | ) |
Get 64-bit pragma
unsigned int itk::GetLinePixels | ( | const TLine | line | ) |
const TMask& itk::GetMaskingValue | ( | ) | const |
Definition at line 99 of file itkMaskNegatedImageFilter.h.
int itk::GetPixelDimension | ( | const std::type_info & | intype | ) |
Get pixel dimension (number of channels). For high-dimensional pixel format, only itk::Vector< type, 2/3 > is acceptable.
const std::string ITKIOTransformHDF5_EXPORT itk::GetTransformName | ( | int | ) |
std::string itk::GetTypename | ( | const std::type_info & | intype | ) |
Get Typename
void itk::GetTypenameInString | ( | const std::type_info & | intype, |
std::ostringstream & | ret | ||
) |
Get Typename in String
bool itk::GetValidTypename | ( | const std::type_info & | intype, |
const std::vector< std::string > & | validtypes, | ||
std::string & | retTypeName | ||
) |
Get Typename in String if a valid type
itk::IMAGEIOBASE_TYPEMAP | ( | char | , |
CHAR | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | unsigned | char, |
UCHAR | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | short | , |
SHORT | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | unsigned | short, |
USHORT | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | int | , |
INT | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | unsigned | int, |
UINT | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | long | , |
LONG | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | unsigned | long, |
ULONG | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | long | long, |
LONGLONG | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | unsigned long | long, |
ULONGLONG | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | float | , |
FLOAT | |||
) |
itk::IMAGEIOBASE_TYPEMAP | ( | double | , |
DOUBLE | |||
) |
bool itk::IsGPUAvailable | ( | ) |
Check if OpenCL-enabled GPU is present.
Referenced by itk::GPUBinaryThresholdImageFilterFactory::GPUBinaryThresholdImageFilterFactory(), itk::GPUDemonsRegistrationFilterFactory::GPUDemonsRegistrationFilterFactory(), itk::GPUGradientAnisotropicDiffusionImageFilterFactory::GPUGradientAnisotropicDiffusionImageFilterFactory(), itk::GPUImageFactory::GPUImageFactory(), and itk::GPUMeanImageFilterFactory::GPUMeanImageFilterFactory().
itk::ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE | ( | Vector | ) |
itk::ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE | ( | CovariantVector | ) |
itk::ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE | ( | Point | ) |
itk::ITK_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE | ( | FixedArray | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_ARRAY_TYPE_ALL_TYPES_MACRO | ( | Array | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_ARRAY_TYPE_ALL_TYPES_MACRO | ( | VariableLengthVector | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_COMPLEX_TYPE | ( | float | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_COMPLEX_TYPE | ( | double | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO | ( | Vector | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO | ( | CovariantVector | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO | ( | Point | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_FIXEDARRAY_TYPE_ALL_TYPES_MACRO | ( | FixedArray | ) |
itk::ITK_MESH_DEFAULTCONVERTTRAITS_MATRIX_TYPE_ALL_TYPES_MACRO | ( | Matrix | ) |
itk::itkGPUKernelClassMacro | ( | GPUImageOpsKernel | ) |
Create a helper GPU Kernel class for GPUImageOps
itk::itkGPUKernelClassMacro | ( | GPUDenseFiniteDifferenceImageFilterKernel | ) |
Create a helper GPU Kernel class for GPUDenseFiniteDifferenceImageFilter
itk::itkGPUKernelClassMacro | ( | GPUReductionKernel | ) |
Create a helper GPU Kernel class for GPUReduction
itk::itkGPUKernelClassMacro | ( | GPUScalarAnisotropicDiffusionFunctionKernel | ) |
Create a helper GPU Kernel class for GPUScalarAnisotropicDiffusionFunction
itk::itkGPUKernelClassMacro | ( | GPUMeanImageFilterKernel | ) |
Create a helper GPU Kernel class for GPUMeanImageFilter
itk::itkGPUKernelClassMacro | ( | GPUNeighborhoodOperatorImageFilterKernel | ) |
Create a helper GPU Kernel class for GPUNeighborhoodOperatorImageFilter
itk::itkGPUKernelClassMacro | ( | GPUDemonsRegistrationFunctionKernel | ) |
Create a helper GPU Kernel class for GPUDemonsRegistrationFunction
itk::itkGPUKernelClassMacro | ( | GPUGradientNDAnisotropicDiffusionFunctionKernel | ) |
Create a helper GPU Kernel class for GPUGradientNDAnisotropicDiffusionFunction
itk::itkGPUKernelClassMacro | ( | GPUPDEDeformableRegistrationFilterKernel | ) |
Create a helper GPU Kernel class for GPUPDEDeformableRegistrationFilter
itk::itkGPUKernelClassMacro | ( | GPUBinaryThresholdImageFilterKernel | ) |
Create a helper GPU Kernel class for GPUBinaryThresholdImageFilter
void itk::MakeChainCodeTracePath | ( | TChainCodePath & | chainPath, |
const TPathInput & | inPath, | ||
bool | restrictMovement = false |
||
) |
Make a chain code trace another path of same dimensionality. If restrictMovement is true, then individual steps are allowed to move through only one dimension at a time; for 2D paths this results in an 8-connected chain code.
Definition at line 32 of file itkPathFunctions.h.
TInputImage::RegionType itk::MakeEnlargedFace | ( | const TInputImage * | input, |
const typename TInputImage::RegionType | AllImage, | ||
const TLine | line | ||
) |
void itk::MakeFourierSeriesPathTraceChainCode | ( | TFourierSeriesPath & | FSPath, |
const TChainCodePath & | chainPath, | ||
unsigned int | numHarmonics = 8 |
||
) |
Make a Fourier series path trace a chain code path of same dimensionality. numHarmonics is the number of harmonics (frequency coefficients, which include the "DC" term) to compute. If chainPath has too few steps to calculate numHarmonics (due to the Nyquist criterion), then as many harmonics as possible (chainPath->NumberOfSteps()/2) will be calculated. No fewer than 2 harmonics will be calcualted.
Definition at line 78 of file itkPathFunctions.h.
itk::MESHIOBASE_TYPEMAP | ( | unsigned | char, |
UCHAR | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | char | , |
CHAR | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | unsigned | short, |
USHORT | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | short | , |
SHORT | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | unsigned | int, |
UINT | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | int | , |
INT | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | unsigned | long, |
ULONG | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | long | , |
LONG | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | unsigned long | long, |
ULONGLONG | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | long | long, |
LONGLONG | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | float | , |
FLOAT | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | double | , |
DOUBLE | |||
) |
itk::MESHIOBASE_TYPEMAP | ( | long | double, |
LDOUBLE | |||
) |
float itk::MvtSunf | ( | int | numb | ) |
bool itk::NeedToDoFace | ( | const TRegion | AllImage, |
const TRegion | face, | ||
const TLine | line | ||
) |
void itk::OpenCLCheckError | ( | cl_int | error, |
const char * | filename = "" , |
||
int | lineno = 0 , |
||
const char * | location = "" |
||
) |
Check OpenCL error
Referenced by itk::GPUKernelManager::SetKernelArgWithImageAndBufferedRegion().
cl_device_id* itk::OpenCLGetAvailableDevices | ( | cl_platform_id | platform, |
cl_device_type | devType, | ||
cl_uint * | numAvailableDevices | ||
) |
Get the devices that are available
int itk::OpenCLGetLocalBlockSize | ( | unsigned int | ImageDim | ) |
Get the local block size based on the desired Image Dimension currently set as follows: OpenCL workgroup (block) size for 1/2/3D - needs to be tuned based on the GPU architecture 1D : 256 2D : 16x16 = 256 3D : 4x4x4 = 64
cl_device_id itk::OpenCLGetMaxFlopsDev | ( | cl_context | cxGPUContext | ) |
Get the device that has the maximum FLOPS in the current context
void itk::OpenCLPrintDeviceInfo | ( | cl_device_id | device, |
bool | verbose = false |
||
) |
Print device name and info
cl_platform_id itk::OpenCLSelectPlatform | ( | const char * | name | ) |
Find the OpenCL platform that matches the "name"
|
inline |
Premultiply Operator for product of a vector and a scalar. CovariantVector< T, N > = T * CovariantVector< T,N >
Definition at line 253 of file itkCovariantVector.h.
|
inline |
Performs the scalar product of a covariant with a contravariant. This scalar product is invariant under affine transformations
Definition at line 263 of file itkCovariantVector.h.
|
inline |
Premultiply Operator for product of a vector and a scalar. Vector< T, N > = T * Vector< T,N >
Definition at line 270 of file itkVector.h.
|
inline |
Definition at line 387 of file itkConstNeighborhoodIteratorWithOnlyIndex.h.
|
inline |
Definition at line 399 of file itkConstNeighborhoodIteratorWithOnlyIndex.h.
|
inline |
Definition at line 554 of file itkConstNeighborhoodIterator.h.
|
inline |
Definition at line 564 of file itkConstNeighborhoodIterator.h.
|
inline |
Definition at line 406 of file itkConstNeighborhoodIteratorWithOnlyIndex.h.
|
inline |
Definition at line 570 of file itkConstNeighborhoodIterator.h.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Array2D< TValue > & | arr | ||
) |
Definition at line 86 of file itkArray2D.h.
|
inline |
Generic inserter operator for EventObject and its subclasses.
Definition at line 101 of file itkEventObject.h.
References itk::Math::e.
ITKVideoCore_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
const TemporalRegion & | region | ||
) |
ostream operator
std::ostream& itk::operator<< | ( | std::ostream & | os, |
SmartPointerForwardReference< T > | p | ||
) |
Definition at line 110 of file itkSmartPointerForwardReference.h.
ITKCommon_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Array2D< float > & | arr | ||
) |
ITKCommon_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Array2D< double > & | arr | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
WeakPointer< T > | p | ||
) |
Definition at line 147 of file itkWeakPointer.h.
|
inline |
Definition at line 151 of file itkNeighborhoodAllocator.h.
References itk::NeighborhoodAllocator< TPixel >::begin(), and itk::NeighborhoodAllocator< TPixel >::size().
|
inline |
Generic inserter operator for ExceptionObject and its subclasses.
Definition at line 152 of file itkExceptionObject.h.
References itk::Math::e.
ITKCommon_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
const LightObject & | o | ||
) |
This operator allows all subclasses of LightObject to be printed via <<. It in turn invokes the Print method, which in turn will invoke the PrintSelf method that all objects should define, if they have anything interesting to print out.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
TreeIteratorClone< T > | p | ||
) |
Definition at line 166 of file itkTreeIteratorClone.h.
ITKCommon_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
const ImageIORegion & | region | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const RGBAPixel< TComponent > & | c | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const RGBPixel< TComponent > & | c | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
SmartPointer< T > | p | ||
) |
Definition at line 177 of file itkSmartPointer.h.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Array< TValue > & | arr | ||
) |
Definition at line 192 of file itkArray.h.
FancyString& itk::operator<< | ( | FancyString & | s, |
void(*)(FancyString &) | mf | ||
) |
Definition of FancyString-based manipulators without parameters.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
AutoPointer< T > | p | ||
) |
Definition at line 215 of file itkAutoPointer.h.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const VariableSizeMatrix< T > & | v | ||
) |
Definition at line 218 of file itkVariableSizeMatrix.h.
References itk::VariableSizeMatrix< T >::GetVnlMatrix().
OutputStreamType& itk::operator<< | ( | OutputStreamType & | os, |
const SymmetricSecondRankTensor< TComponent, NDimension > & | c | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Size< VDimension > & | size | ||
) |
FancyString& itk::operator<< | ( | FancyString & | s, |
const std::vector< T > & | data | ||
) |
Functions to convert a vector of type std::vector<T> to a string. An exception will be thrown if errors were encountered during the conversion.
FancyString& itk::operator<< | ( | FancyString & | s, |
const Array< T > & | data | ||
) |
Functions to convert an array of type itk::Array<T> to a string. An exception will be thrown if errors were encountered during the conversion.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Offset< VOffsetDimension > & | ind | ||
) |
Definition at line 270 of file itkOffset.h.
FancyString& itk::operator<< | ( | FancyString & | s, |
const T & | data | ||
) |
Functions to convert a value of basic data type to a string. An exception will be thrown if errors were encountered during the conversion.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Point< T, NPointDimension > & | v | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Vector< T, NVectorDimension > & | v | ||
) |
Print content to an ostream
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const FixedArray< TValue, VLength > & | arr | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Matrix< T, NRows, NColumns > & | v | ||
) |
Definition at line 281 of file itkMatrix.h.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Neighborhood< TPixel, VDimension, TContainer > & | neighborhood | ||
) |
Definition at line 288 of file itkNeighborhood.h.
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Versor< T > & | v | ||
) |
Definition at line 293 of file itkVersor.h.
References itk::Versor< T >::GetW(), itk::Versor< T >::GetX(), itk::Versor< T >::GetY(), and itk::Versor< T >::GetZ().
ITKPolynomials_EXPORT std::ostream& itk::operator<< | ( | std::ostream & | os, |
MultivariateLegendrePolynomial & | poly | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix > & | s | ||
) |
Definition at line 305 of file itkSymmetricEigenAnalysis.h.
References itk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix >::GetDimension(), itk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix >::GetOrder(), itk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix >::GetOrderEigenMagnitudes(), and itk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix >::GetOrderEigenValues().
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const std::vector< itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition > > & | mv | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const ImageRegion< VImageDimension > & | region | ||
) |
std::ostream& itk::operator<< | ( | std::ostream & | os, |
const Index< VIndexDimension > & | ind | ||
) |
Definition at line 391 of file itkIndex.h.
ITKCommon_EXPORT std::ostream& itk::operator<< < double > | ( | std::ostream & | os, |
const Array< double > & | arr | ||
) |
ITKCommon_EXPORT std::ostream& itk::operator<< < float > | ( | std::ostream & | os, |
const Array< float > & | arr | ||
) |
std::istream& itk::operator>> | ( | std::istream & | is, |
RGBAPixel< TComponent > & | c | ||
) |
std::istream& itk::operator>> | ( | std::istream & | is, |
RGBPixel< TComponent > & | c | ||
) |
InputStreamType& itk::operator>> | ( | InputStreamType & | is, |
SymmetricSecondRankTensor< TComponent, NDimension > & | c | ||
) |
FancyString& itk::operator>> | ( | FancyString & | s, |
std::vector< T > & | data | ||
) |
Function to convert a string to a vector of type std::vector<T>. Number of elements to read is given by data.size(). An exception will be thrown if errors were encountered during the conversion.
FancyString& itk::operator>> | ( | FancyString & | s, |
Array< T > & | data | ||
) |
Function to convert a string to an array of type itk::Array<T>. Number of elements to read is given by data.GetSize(). An exception will be thrown if errors were encountered during the conversion.
FancyString& itk::operator>> | ( | FancyString & | s, |
T & | data | ||
) |
Functions to convert a string to a value of basic data type. An exception will be thrown if errors were encountered during the conversion.
std::istream& itk::operator>> | ( | std::istream & | is, |
Point< T, NPointDimension > & | v | ||
) |
std::istream& itk::operator>> | ( | std::istream & | is, |
Vector< T, NVectorDimension > & | v | ||
) |
Read content from an istream
std::istream& itk::operator>> | ( | std::istream & | is, |
Versor< T > & | v | ||
) |
TIterator* itk::setConnectivity | ( | TIterator * | it, |
bool | fullyConnected = false |
||
) |
Definition at line 28 of file itkConnectedComponentAlgorithm.h.
References itk::GTest::TypedefsAndConstructors::Dimension2::Dimension.
TIterator* itk::setConnectivityLater | ( | TIterator * | it, |
bool | fullyConnected = false |
||
) |
Definition at line 99 of file itkConnectedComponentAlgorithm.h.
References itk::GTest::TypedefsAndConstructors::Dimension2::Dimension.
TIterator* itk::setConnectivityPrevious | ( | TIterator * | it, |
bool | fullyConnected = false |
||
) |
Definition at line 64 of file itkConnectedComponentAlgorithm.h.
References itk::GTest::TypedefsAndConstructors::Dimension2::Dimension.
|
inline |
Definition at line 184 of file itkSmartPointer.h.
References itk::SmartPointer< TObjectType >::Swap().
|
inline |
Definition at line 215 of file itkArray.h.
References itk::Array< TValue >::Swap().
Referenced by itk::Array< AccumulateType >::Swap(), and itk::VariableLengthVector< TValue >::Swap().
void itk::TransferAutoPointer | ( | TAutoPointerBase & | pa, |
TAutoPointerDerived & | pb | ||
) |
This templated function is intended to facilitate the transfer between AutoPointers of Derived class to Base class
Definition at line 226 of file itkAutoPointer.h.
const char* const itk::ANALYZE_OBJECT_LABEL_MAP_ENTRY_ARRAY = "ANALYZE_OBJECT_LABEL_MAP_ENTRY_ARRAY" |
Definition at line 33 of file itkAnalyzeObjectLabelMapImageIO.h.
class ITK_TEMPLATE_EXPORT itk::CellInterface |
Definition at line 31 of file itkCellInterfaceVisitor.h.
class ITK_FORWARD_EXPORT itk::Command |
Definition at line 40 of file itkObject.h.
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::CompositeTransformIOHelperTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::CompositeTransformIOHelperTemplate< float > |
class ITK_FORWARD_EXPORT itk::DataObject |
Friends of ProcessObject
Definition at line 40 of file itkDataObject.h.
class ITK_FORWARD_EXPORT itk::DCMTKSequence |
Definition at line 61 of file itkDCMTKFileReader.h.
template class IOTransformDCMTK_EXPORT_EXPLICIT itk::DCMTKTransformIO< double > |
template class IOTransformDCMTK_EXPORT_EXPLICIT itk::DCMTKTransformIO< float > |
class ITK_FORWARD_EXPORT itk::GradientDescentOptimizerBasev4Template |
Definition at line 27 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
template class ITKIOTransformHDF5_EXPORT_EXPLICIT itk::HDF5TransformIOTemplate< double > |
template class ITKIOTransformHDF5_EXPORT_EXPLICIT itk::HDF5TransformIOTemplate< float > |
class ITK_TEMPLATE_EXPORT itk::ImageBase |
Definition at line 52 of file itkImageHelper.h.
class ITK_FORWARD_EXPORT itk::ImageTransformHelper |
Definition at line 54 of file itkImageBase.h.
typedef::ptrdiff_t itk::intptr_t |
Definition at line 117 of file itkIntTypes.h.
ITKIOImageBase_EXPORT const char* const itk::ITK_ExperimentDate |
ITKIOImageBase_EXPORT const char* const itk::ITK_ExperimentTime |
ITKIOImageBase_EXPORT const char* const itk::ITK_FileNotes |
ITKIOImageBase_EXPORT const char* const itk::ITK_FileOriginator |
ITKIOImageBase_EXPORT const char* const itk::ITK_ImageFileBaseName |
ITKIOImageBase_EXPORT const char* const itk::ITK_ImageType |
ITKIOImageBase_EXPORT const char* const itk::ITK_InputFilterName |
ITKIOImageBase_EXPORT const char* const itk::ITK_NumberOfDimensions |
ITKIOImageBase_EXPORT const char* const itk::ITK_OnDiskBitPerPixel |
ITKIOImageBase_EXPORT const char* const itk::ITK_OnDiskStorageTypeName |
ITKIOImageBase_EXPORT const char* const itk::ITK_Origin |
ITKIOImageBase_EXPORT const char* const itk::ITK_OriginationDate |
ITKIOImageBase_EXPORT const char* const itk::ITK_PatientID |
ITKIOImageBase_EXPORT const char* const itk::ITK_PatientName |
ITKIOImageBase_EXPORT const char* const itk::ITK_ScanID |
ITKIOImageBase_EXPORT const char* const itk::ITK_Spacing |
ITKIOImageBase_EXPORT const char* const itk::ITK_VoxelUnits |
ITKIOImageBase_EXPORT const char* const itk::ITK_ZDirection |
class ITK_FORWARD_EXPORT itk::KLMSegmentationBorder |
Definition at line 90 of file itkKLMSegmentationRegion.h.
class ITK_FORWARD_EXPORT itk::KLMSegmentationRegion |
Definition at line 138 of file itkKLMSegmentationBorder.h.
class ITK_FORWARD_EXPORT itk::LBFGSBOptimizerHelper |
Definition at line 35 of file itkLBFGSBOptimizer.h.
class ITK_FORWARD_EXPORT itk::LBFGSBOptimizerHelperv4 |
Definition at line 37 of file itkLBFGSBOptimizerv4.h.
class ITK_TEMPLATE_EXPORT itk::LBFGSOptimizerBaseHelperv4 |
Definition at line 40 of file itkLBFGSOptimizerBasev4.h.
class ITK_TEMPLATE_EXPORT itk::LeafTreeIterator |
Definition at line 27 of file itkPreOrderTreeIterator.h.
TMask itk::m_MaskingValue |
Definition at line 105 of file itkMaskNegatedImageFilter.h.
TOutput itk::m_OutsideValue |
Definition at line 104 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::BinaryThreshold(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::GPUBinaryThreshold(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetGPUKernelArguments(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetOutsideValue(), and itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetOutsideValue().
struct ITKIOMINC_HIDDEN itk::MINCImageIOPImpl |
Definition at line 41 of file itkMINCImageIO.h.
const int itk::NumberOfRunLengthElementsPerRead = 1 |
Buffer size for reading in the run length encoded object data
Definition at line 48 of file itkAnalyzeObjectLabelMapImageIO.h.
template class ITKOptimizersv4_EXPORT_EXPLICIT itk::ObjectToObjectOptimizerBaseTemplate< double > |
template class ITKOptimizersv4_EXPORT_EXPLICIT itk::ObjectToObjectOptimizerBaseTemplate< float > |
class ITK_FORWARD_EXPORT itk::OctreeBase |
Definition at line 27 of file itkOctreeNode.h.
class ITK_FORWARD_EXPORT itk::OctreeNodeBranch |
Definition at line 26 of file itkOctreeNode.h.
class ITK_FORWARD_EXPORT itk::ProcessObject |
Friends of DataObject
Definition at line 39 of file itkDataObject.h.
class ITK_FORWARD_EXPORT itk::QuasiNewtonOptimizerv4Template |
Definition at line 27 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
ITKIOImageBase_EXPORT const char* const itk::ROI_NAME |
ITKIOImageBase_EXPORT const char* const itk::ROI_NUM_SEGMENTS |
ITKIOImageBase_EXPORT const char* const itk::ROI_PLANE |
ITKIOImageBase_EXPORT const char* const itk::ROI_SCAN_ID |
ITKIOImageBase_EXPORT const char* const itk::ROI_X_RESOLUTION |
ITKIOImageBase_EXPORT const char* const itk::ROI_X_SIZE |
ITKIOImageBase_EXPORT const char* const itk::ROI_Y_RESOLUTION |
ITKIOImageBase_EXPORT const char* const itk::ROI_Y_SIZE |
ITKIOImageBase_EXPORT const char* const itk::ROI_Z_RESOLUTION |
ITKIOImageBase_EXPORT const char* const itk::ROI_Z_SIZE |
class ITK_FORWARD_EXPORT itk::SpatialObject |
Definition at line 29 of file itkSpatialObjectTreeContainer.h.
class ITK_FORWARD_EXPORT itk::SpatialObjectTreeNode |
Definition at line 57 of file itkSpatialObject.h.
ITKIOImageBase_EXPORT const char* const itk::SPM_ROI_SCALE |
class ITK_FORWARD_EXPORT itk::TemporalDataObject |
Definition at line 29 of file itkTemporalProcessObject.h.
class ITK_TEMPLATE_EXPORT itk::ThreadedIteratorRangePartitioner |
Definition at line 28 of file itkThreadedIteratorRangePartitioner.h.
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformFileReaderTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformFileReaderTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformFileWriterTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformFileWriterTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformIOBaseTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformIOBaseTemplate< float > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformIOFactoryTemplate< double > |
template class ITKIOTransformBase_EXPORT_EXPLICIT itk::TransformIOFactoryTemplate< float > |
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT itk::TxtTransformIOTemplate< double > |
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT itk::TxtTransformIOTemplate< float > |
typedef::vcl_size_t itk::uintptr_t |
Definition at line 118 of file itkIntTypes.h.
const int itk::VERSION1 = 880102 |
Constants representing the current version number of the object map file for Analyze
Definition at line 37 of file itkAnalyzeObjectLabelMapImageIO.h.
const int itk::VERSION2 = 880801 |
Definition at line 38 of file itkAnalyzeObjectLabelMapImageIO.h.
const int itk::VERSION3 = 890102 |
Definition at line 39 of file itkAnalyzeObjectLabelMapImageIO.h.
|
static |
Definition at line 40 of file itkAnalyzeObjectLabelMapImageIO.h.
|
static |
Definition at line 41 of file itkAnalyzeObjectLabelMapImageIO.h.
|
static |
Definition at line 42 of file itkAnalyzeObjectLabelMapImageIO.h.
|
static |
Definition at line 43 of file itkAnalyzeObjectLabelMapImageIO.h.