Orfeo Toolbox  3.16
Public Types | Public Member Functions | Private Attributes
itk::Array< TValueType > Class Template Reference

Array class with size defined at construction time. More...

#include <itkArray.h>

+ Inheritance diagram for itk::Array< TValueType >:
+ Collaboration diagram for itk::Array< TValueType >:

List of all members.

Public Types

typedef Array Self
typedef TValueType ValueType
typedef vnl_vector< TValueType > VnlVectorType

Public Member Functions

 Array ()
 Array (unsigned int dimension)
 Array (ValueType *data, unsigned int sz, bool LetArrayManageMemory=false)
 Array (const ValueType *data, unsigned int sz, bool LetArrayManageMemory=false)
 ~Array ()
void Fill (TValueType const &v)
const TValueType & GetElement (unsigned int i) const
unsigned int GetNumberOfElements (void) const
unsigned int GetSize (void) const
const Selfoperator= (const Self &rhs)
const Selfoperator= (const VnlVectorType &rhs)
void SetData (TValueType *data, bool LetArrayManageMemory=false)
void SetData (TValueType *data, unsigned int sz, bool LetArrayManageMemory=false)
void SetElement (unsigned int i, const TValueType &value)
void SetSize (unsigned int sz)
unsigned int Size (void) const

Private Attributes

bool m_LetArrayManageMemory

Detailed Description

template<typename TValueType>
class itk::Array< TValueType >

Array class with size defined at construction time.

This class derives from the vnl_vector<> class. Its size is assigned at construction time (run time) and can not be changed afterwards except by using assignment to another Array.

The class is templated over the type of the elements.

Template parameters for class Array:

Definition at line 44 of file itkArray.h.


Member Typedef Documentation

template<typename TValueType>
typedef Array itk::Array< TValueType >::Self

Definition at line 50 of file itkArray.h.

template<typename TValueType>
typedef TValueType itk::Array< TValueType >::ValueType

The element type stored at each location in the Array.

Definition at line 49 of file itkArray.h.

template<typename TValueType>
typedef vnl_vector<TValueType> itk::Array< TValueType >::VnlVectorType

Definition at line 51 of file itkArray.h.


Constructor & Destructor Documentation

template<typename TValueType >
itk::Array< TValueType >::Array ( )

Default constructor. It is created with an empty array it has to be allocated later by assignment

Default constructor

Definition at line 28 of file itkArray.txx.

template<typename TValueType >
itk::Array< TValueType >::Array ( unsigned int  dimension)
explicit

Constructor with size. Size can only be changed by assignment

Constructor with size

Definition at line 37 of file itkArray.txx.

template<typename TValueType >
itk::Array< TValueType >::Array ( ValueType datain,
unsigned int  sz,
bool  LetArrayManageMemory = false 
)

Constructor that initializes array with contents from a user supplied buffer. The pointer to the buffer and the length is specified. By default, the array does not manage the memory of the buffer. It merely points to that location and it is the user's responsibility to delete it. If "LetArrayManageMemory" is true, then this class will free the memory when this object is destroyed.

Constructor with user specified data

Definition at line 45 of file itkArray.txx.

template<typename TValueType >
itk::Array< TValueType >::Array ( const ValueType datain,
unsigned int  sz,
bool  LetArrayManageMemory = false 
)

Constructor that initializes array with contents from a user supplied buffer. The pointer to the buffer and the length is specified. By default, the array does not manage the memory of the buffer. It merely points to that location and it is the user's responsibility to delete it. If "LetArrayManageMemory" is true, then this class will free the memory when this object is destroyed.

Constructor with user specified data

Definition at line 55 of file itkArray.txx.

template<typename TValueType >
itk::Array< TValueType >::~Array ( )

This destructor is not virtual for performance reasons. However, this means that subclasses cannot allocate memory.

Destructor

Definition at line 67 of file itkArray.txx.


Member Function Documentation

template<typename TValueType>
void itk::Array< TValueType >::Fill ( TValueType const &  v)
inline

Set the all the elements of the array to the specified value

Definition at line 81 of file itkArray.h.

Referenced by itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::CalculateDerivatives(), otb::KMeansAttributesLabelMapFilter< TInputImage >::Compute(), itk::Statistics::WeightedCovarianceCalculator< TSample >::ComputeCovarianceWithGivenMean(), itk::Statistics::WeightedCovarianceCalculator< TSample >::ComputeCovarianceWithoutGivenMean(), itk::MRIBiasFieldCorrectionFilter< TInputImage, TOutputImage, TMaskImage >::EstimateBiasField(), itk::Statistics::FindSampleBoundAndMean(), itk::Statistics::WeightedCentroidKdTreeGenerator< TSample >::GenerateNonterminalNode(), itk::ImageSeriesReader< TOutputImage >::GenerateOutputInformation(), itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative(), itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >::GetDerivative(), itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >::GetDerivative(), itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >::GetDerivative(), otb::SVMCrossValidationCostFunction< TModel >::GetDerivative(), itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative(), itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative(), itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative(), itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative(), itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::GetJacobian(), itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative(), itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >::GetValueAndDerivative(), itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >::GetValueAndDerivative(), itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >::GetValueAndDerivative(), itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative(), itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative(), itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative(), otb::SVMModelEstimator< InputPixelType, LabelPixelType >::OptimizeParameters(), itk::ImageToImageMetric< TFixedImage, TMovingImage >::PreComputeTransformValues(), itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::PreComputeTransformValues(), itk::Rigid3DPerspectiveTransform< TScalarType >::Rigid3DPerspectiveTransform(), and itk::MeasurementVectorTraits::SetLength().

template<typename TValueType>
const TValueType& itk::Array< TValueType >::GetElement ( unsigned int  i) const
inline
template<typename TValueType>
unsigned int itk::Array< TValueType >::GetNumberOfElements ( void  ) const
inline
template<typename TValueType>
unsigned int itk::Array< TValueType >::GetSize ( void  ) const
inline
template<typename TValueType >
const Array< TValueType >::Self & itk::Array< TValueType >::operator= ( const Self rhs)

Copy opertor

Definition at line 150 of file itkArray.txx.

References itk::Array< TValueType >::GetSize().

template<typename TValueType >
const Array< TValueType >::Self & itk::Array< TValueType >::operator= ( const VnlVectorType rhs)

Definition at line 172 of file itkArray.txx.

template<typename TValueType>
void itk::Array< TValueType >::SetData ( TValueType *  datain,
bool  LetArrayManageMemory = false 
)

Set the pointer from which the data is imported. If "LetArrayManageMemory" is false, then the application retains the responsibility of freeing the memory for this data. If "LetArrayManageMemory" is true, then this class will free the memory when this object is destroyed.

Definition at line 84 of file itkArray.txx.

Referenced by itk::MetaArrayReader::GetOutput().

template<typename TValueType>
void itk::Array< TValueType >::SetData ( TValueType *  datain,
unsigned int  sz,
bool  LetArrayManageMemory = false 
)

Similar to the previous method. In the above method, the size must be seperately set prior to using user-supplied data. This introduces an unnecessary allocation step to be performed. This method avoids it and should be used to import data whereever possible to avoid this. Set the pointer from which the data is imported. If "LetArrayManageMemory" is false, then the application retains the responsibility of freeing the memory for this data. If "LetArrayManageMemory" is true, then this class will free the memory when this object is destroyed.

Definition at line 107 of file itkArray.txx.

template<typename TValueType>
void itk::Array< TValueType >::SetElement ( unsigned int  i,
const TValueType &  value 
)
inline
template<typename TValueType >
void itk::Array< TValueType >::SetSize ( unsigned int  sz)
template<typename TValueType>
unsigned int itk::Array< TValueType >::Size ( void  ) const
inline

Return the number of elements in the Array

Definition at line 88 of file itkArray.h.

Referenced by itk::MeasurementVectorTraits::Assert(), itk::MaximumDecisionRule::Evaluate(), itk::MinimumDecisionRule::Evaluate(), itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::Filter(), otb::SVMCrossValidationCostFunction< TModel >::GetDerivative(), otb::SailModel::GetInput(), itk::Statistics::VariableDimensionHistogram< TMeasurement, TFrequencyContainer >::Initialize(), itk::AutomaticTopologyMeshSource< TOutputMesh >::IdentifierArrayHashFunction::operator()(), itk::AutomaticTopologyMeshSource< TOutputMesh >::IdentifierArrayEqualsFunction::operator()(), itk::VariableSizeMatrix< T >::operator*(), itk::Statistics::NeighborhoodSampler< TSample >::SetCenter(), otb::OverlapSaveConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition >::SetFilter(), otb::ConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition, TFilterPrecision >::SetFilter(), otb::ProspectModel::SetInput(), itk::MetaArrayWriter::SetInput(), otb::SailModel::SetInput(), itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::SetMean(), itk::Statistics::GaussianDensityFunction< TMeasurementVector >::SetMean(), itk::Statistics::DistanceMetric< TVector >::SetOrigin(), otb::MRFEnergy< TInput1, TInput2 >::SetParameters(), otb::MRFEnergy< TInput2, TInput2 >::SetParameters(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetParameters(), and itk::LBFGSBOptimizer::StartOptimization().


Member Data Documentation

template<typename TValueType>
bool itk::Array< TValueType >::m_LetArrayManageMemory
private

Definition at line 132 of file itkArray.h.


The documentation for this class was generated from the following files:

Generated at Sun Feb 3 2013 01:06:12 for Orfeo Toolbox with doxygen 1.8.1.1