![]() |
Orfeo Toolbox
3.16
|
ImageIO object for reading and writing MSTAR images. More...
#include <otbMSTARImageIO.h>
Inheritance diagram for otb::MSTARImageIO:
Collaboration diagram for otb::MSTARImageIO:Public Types | |
| typedef std::vector< std::string > | ArrayOfExtensionsType |
| typedef vcl_size_t | BufferSizeType |
| enum | ByteOrder { BigEndian, LittleEndian, OrderNotApplicable } |
| typedef SmartPointer< const Self > | ConstPointer |
| enum | FileType { ASCII, Binary, TypeNotApplicable } |
| typedef long | IndexValueType |
| enum | IOComponentType { UNKNOWNCOMPONENTTYPE, UCHAR, CHAR, USHORT, SHORT, UINT, INT, ULONG, LONG, FLOAT, DOUBLE, CSHORT, CINT, CFLOAT, CDOUBLE } |
| enum | IOPixelType { UNKNOWNPIXELTYPE, SCALAR, RGB, RGBA, OFFSET, VECTOR, POINT, COVARIANTVECTOR, SYMMETRICSECONDRANKTENSOR, DIFFUSIONTENSOR3D, COMPLEX, FIXEDARRAY, MATRIX } |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef MSTARImageIO | Self |
| typedef std::streamoff | SizeType |
| typedef unsigned long | SizeValueType |
| typedef otb::ImageIOBase | Superclass |
Public Member Functions | |
| MSTARImageIO () | |
| virtual | ~MSTARImageIO () |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| virtual bool | CanReadFile (const char *) |
| virtual bool | CanStreamRead () |
| virtual bool | CanStreamWrite () |
| virtual bool | CanWriteFile (const char *) |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| virtual itk::ImageIORegion | GenerateStreamableReadRegionFromRequestedRegion (const itk::ImageIORegion &requested) const |
| virtual const bool & | GetAbortGenerateData () |
| virtual unsigned int | GetActualNumberOfSplitsForWriting (unsigned int numberOfRequestedSplits, const itk::ImageIORegion &pasteRegion, const itk::ImageIORegion &largestPossibleRegion) |
| virtual ByteOrder | GetByteOrder () const |
| std::string | GetByteOrderAsString (ByteOrder) const |
| Command * | GetCommand (unsigned long tag) |
| virtual unsigned int | GetComponentSize () const |
| virtual IOComponentType | GetComponentType () const |
| std::string | GetComponentTypeAsString (IOComponentType) const |
| virtual const std::type_info & | GetComponentTypeInfo () const |
| bool | GetDebug () const |
| virtual std::vector< double > | GetDefaultDirection (unsigned int i) const |
| virtual unsigned int | GetDimensions (unsigned int i) const |
| virtual std::vector< double > | GetDirection (unsigned int i) const |
| virtual const char * | GetFileName () const |
| virtual FileType | GetFileType () const |
| std::string | GetFileTypeAsString (FileType) const |
| SizeType | GetImageSizeInBytes () const |
| SizeType | GetImageSizeInComponents () const |
| SizeType | GetImageSizeInPixels () const |
| virtual const itk::ImageIORegion & | GetIORegion () |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| virtual unsigned long | GetMTime () const |
| virtual const char * | GetNameOfClass () const |
| virtual const unsigned int & | GetNumberOfComponents () |
| virtual unsigned int | GetNumberOfDimensions () const |
| virtual double | GetOrigin (unsigned int i) const |
| virtual SizeType | GetPixelStride () const |
| virtual IOPixelType | GetPixelType () const |
| std::string | GetPixelTypeAsString (IOPixelType) const |
| virtual const float & | GetProgress () |
| virtual int | GetReferenceCount () const |
| virtual double | GetSpacing (unsigned int i) const |
| virtual itk::ImageIORegion | GetSplitRegionForWriting (unsigned int ithPiece, unsigned int numberOfActualSplits, const itk::ImageIORegion &pasteRegion, const itk::ImageIORegion &largestPossibleRegion) |
| const ArrayOfExtensionsType & | GetSupportedReadExtensions () const |
| const ArrayOfExtensionsType & | GetSupportedWriteExtensions () const |
| virtual bool | GetUseCompression () const |
| virtual bool | GetUseStreamedReading () const |
| virtual bool | GetUseStreamedWriting () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| void | Print (std::ostream &os, Indent indent=0) const |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const |
| virtual void | Read (void *buffer) |
| virtual void | ReadImageInformation () |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| virtual void | SetAbortGenerateData (bool _arg) |
| virtual void | SetByteOrder (const ByteOrder _arg) |
| void | SetByteOrderToBigEndian () |
| void | SetByteOrderToLittleEndian () |
| virtual void | SetComponentType (const IOComponentType _arg) |
| void | SetDebug (bool debugFlag) const |
| virtual void | SetDimensions (unsigned int i, unsigned int dim) |
| virtual void | SetDirection (unsigned int i, std::vector< double > &direction) |
| virtual void | SetDirection (unsigned int i, vnl_vector< double > &direction) |
| virtual void | SetFileName (const char *_arg) |
| virtual void | SetFileType (const FileType _arg) |
| void | SetFileTypeToASCII () |
| void | SetFileTypeToBinary () |
| virtual void | SetIORegion (itk::ImageIORegion _arg) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetNumberOfComponents (unsigned int _arg) |
| void | SetNumberOfDimensions (unsigned int) |
| virtual void | SetOrigin (unsigned int i, double origin) |
| virtual void | SetPixelType (const IOPixelType _arg) |
| virtual bool | SetPixelTypeInfo (const std::type_info &ptype) |
| virtual void | SetProgress (float _arg) |
| virtual void | SetReferenceCount (int) |
| virtual void | SetSpacing (unsigned int i, double spacing) |
| virtual void | SetUseCompression (bool _arg) |
| virtual void | SetUseStreamedReading (bool _arg) |
| virtual void | SetUseStreamedWriting (bool _arg) |
| virtual bool | SupportsDimension (unsigned long dim) |
| virtual void | UnRegister () const |
| virtual void | UpdateOutputData () |
| void | UpdateProgress (float amount) |
| virtual void | UseCompressionOff () |
| virtual void | UseCompressionOn () |
| virtual void | UseStreamedReadingOff () |
| virtual void | UseStreamedReadingOn () |
| virtual void | UseStreamedWritingOff () |
| virtual void | UseStreamedWritingOn () |
| virtual void | Write (const void *buffer) |
| virtual void | WriteImageInformation () |
Static Public Member Functions | |
| static void | BreakOnError () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Types | |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| void | AddSupportedReadExtension (const char *extension) |
| void | AddSupportedWriteExtension (const char *extension) |
| void | ComputeStrides () |
| virtual void | GenerateData () |
| virtual unsigned int | GetActualNumberOfSplitsForWritingCanStreamWrite (unsigned int numberOfRequestedSplits, const itk::ImageIORegion &pasteRegion) const |
| SizeType | GetComponentStride () const |
| virtual unsigned int | GetPixelSize () const |
| SizeType | GetRowStride () const |
| SizeType | GetSliceStride () const |
| virtual itk::ImageIORegion | GetSplitRegionForWritingCanStreamWrite (unsigned int ithPiece, unsigned int numberOfActualSplits, const itk::ImageIORegion &pasteRegion) const |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| void | ReadBufferAsASCII (std::istream &os, void *buffer, IOComponentType ctype, SizeType numberOfBytesToBeRead) |
| bool | ReadBufferAsBinary (std::istream &os, void *buffer, SizeType numberOfBytesToBeRead) |
| virtual void | Reset (const bool freeDynamic=true) |
| void | Resize (const unsigned int numDimensions, const unsigned int *dimensions) |
| void | WriteBufferAsASCII (std::ostream &os, const void *buffer, IOComponentType ctype, SizeType numberOfBytesToWrite) |
Protected Attributes | |
| ByteOrder | m_ByteOrder |
| IOComponentType | m_ComponentType |
| std::vector< SizeValueType > | m_Dimensions |
| std::vector< std::vector < double > > | m_Direction |
| std::string | m_FileName |
| FileType | m_FileType |
| bool | m_Initialized |
| itk::ImageIORegion | m_IORegion |
| unsigned int | m_NumberOfComponents |
| unsigned int | m_NumberOfDimensions |
| std::vector< double > | m_Origin |
| IOPixelType | m_PixelType |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| std::vector< double > | m_Spacing |
| std::vector< SizeType > | m_Strides |
| bool | m_UseCompression |
| bool | m_UseStreamedReading |
| bool | m_UseStreamedWriting |
Private Member Functions | |
| MSTARImageIO (const Self &) | |
| float | byteswap_SR_IR (unsigned char *pointer) |
| unsigned short | byteswap_SUS_IUS (unsigned char *pointer) |
| int | CheckByteOrder (void) |
| void | operator= (const Self &) |
Private Attributes | |
| unsigned char | bigfloatbuf [4] |
| unsigned char | bigushortbuf [2] |
| int | byteorder |
| long | bytesPerImage |
| float * | CHIPdata |
| unsigned short * | FSCENEdata |
| FILE * | HDRfp |
| char | HDRname [80] |
| int | i |
| int | j |
| float | littlefloatval |
| unsigned short | littleushortval |
| int | m_BytePerPixel |
| long | magloc |
| FILE * | MSTARfp |
| const char * | MSTARname |
| int | mstartype |
| int | n |
| long | nchunks |
| int | nhlen |
| int | numcols |
| int | numgot |
| int | numrows |
| int | outOpt |
| char * | phdr |
| int | phlen |
| FILE * | RAWfp |
| char | RAWname [80] |
| int | rv |
| char | tbuff [1024] |
| long | totchunks |
| char * | tptr |
ImageIO object for reading and writing MSTAR images.
The streaming read/write are implemented.
Definition at line 35 of file otbMSTARImageIO.h.
|
inherited |
Type for the list of strings to be used for extensions.
Definition at line 388 of file otbImageIOBase.h.
|
inherited |
Type for representing size of bytes, and or positions along a memory buffer
Definition at line 256 of file otbImageIOBase.h.
|
inherited |
Definition at line 78 of file itkLightProcessObject.h.
|
inherited |
Types for managing image size and image index components.
Definition at line 71 of file otbImageIOBase.h.
|
protectedinherited |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 137 of file itkLightObject.h.
Definition at line 41 of file otbMSTARImageIO.h.
| typedef MSTARImageIO otb::MSTARImageIO::Self |
Standard class typedefs.
Definition at line 39 of file otbMSTARImageIO.h.
|
inherited |
Type for representing size of bytes, and or positions along a file
Definition at line 253 of file otbImageIOBase.h.
|
inherited |
Definition at line 75 of file otbImageIOBase.h.
Definition at line 40 of file otbMSTARImageIO.h.
|
inherited |
Enums used to specify byte order; whether Big Endian or Little Endian. Some subclasses use this, some ignore it.
| Enumerator | |
|---|---|
| BigEndian | |
| LittleEndian | |
| OrderNotApplicable | |
Definition at line 207 of file otbImageIOBase.h.
|
inherited |
Enums used to specify write style: whether binary or ASCII. Some subclasses use this, some ignore it.
| Enumerator | |
|---|---|
| ASCII | |
| Binary | |
| TypeNotApplicable | |
Definition at line 203 of file otbImageIOBase.h.
|
inherited |
Enums used to manipulate the component type. The component type refers to the actual storage class associated with either a SCALAR pixel type or elements of a compound pixel.
| Enumerator | |
|---|---|
| UNKNOWNCOMPONENTTYPE | |
| UCHAR | |
| CHAR | |
| USHORT | |
| SHORT | |
| UINT | |
| INT | |
| ULONG | |
| LONG | |
| FLOAT | |
| DOUBLE | |
| CSHORT | |
| CINT | |
| CFLOAT | |
| CDOUBLE | |
Definition at line 94 of file otbImageIOBase.h.
|
inherited |
Enums used to manipulate the pixel type. The pixel type provides context for automatic data conversions (for instance, RGB to SCALAR, VECTOR to SCALAR).
| Enumerator | |
|---|---|
| UNKNOWNPIXELTYPE | |
| SCALAR | |
| RGB | |
| RGBA | |
| OFFSET | |
| VECTOR | |
| POINT | |
| COVARIANTVECTOR | |
| SYMMETRICSECONDRANKTENSOR | |
| DIFFUSIONTENSOR3D | |
| COMPLEX | |
| FIXEDARRAY | |
| MATRIX | |
Definition at line 86 of file otbImageIOBase.h.
| otb::MSTARImageIO::MSTARImageIO | ( | ) |
Constructor
Definition at line 48 of file otbMSTARImageIO.cxx.
References otb::ImageIOBase::BigEndian, CHIPdata, FSCENEdata, HDRfp, otb::ImageIOBase::m_ByteOrder, m_BytePerPixel, otb::ImageIOBase::m_ComponentType, otb::ImageIOBase::m_Origin, otb::ImageIOBase::m_PixelType, otb::ImageIOBase::m_Spacing, MSTARfp, MSTARname, NULL, phdr, otb::ImageIOBase::SCALAR, otb::ImageIOBase::SetNumberOfDimensions(), tptr, and otb::ImageIOBase::UCHAR.
|
virtual |
|
private |
|
virtualinherited |
|
virtualinherited |
Turn on and off the AbortGenerateData flag.
|
inherited |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
Definition at line 389 of file itkObject.cxx.
References itk::SubjectImplementation::AddObserver().
Referenced by otb::StreamingImageVirtualWriter< TInputImage >::GenerateData(), itk::ProgressAccumulator::RegisterInternalFilter(), otb::ImageFileWriter< TInputImage >::Update(), and otb::WriterWatcherBase::WriterWatcherBase().
|
inherited |
Definition at line 401 of file itkObject.cxx.
References itk::SubjectImplementation::AddObserver().
|
protectedinherited |
Insert an extension to the list of supported extensions for reading.
Definition at line 78 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_SupportedReadExtensions.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::LUMImageIO::LUMImageIO(), otb::MWImageIO::MWImageIO(), otb::RADImageIO::RADImageIO(), and otb::TileMapImageIO::TileMapImageIO().
|
protectedinherited |
Insert an extension to the list of supported extensions for writing.
Definition at line 83 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_SupportedWriteExtensions.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::LUMImageIO::LUMImageIO(), otb::MWImageIO::MWImageIO(), otb::RADImageIO::RADImageIO(), and otb::TileMapImageIO::TileMapImageIO().
|
staticinherited |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
Definition at line 149 of file itkLightObject.cxx.
|
private |
Methode permettant de recuperer le format et le nom de l'image a partir du
nom d'un fichier image.
Definition at line 672 of file otbMSTARImageIO.cxx.
Referenced by Read().
|
private |
Definition at line 686 of file otbMSTARImageIO.cxx.
Referenced by Read().
|
virtual |
Determine the file type. Returns true if this ImageIO can read the file specified.
Implements otb::ImageIOBase.
Definition at line 85 of file otbMSTARImageIO.cxx.
References CHIP_IMAGE, FSCENE_IMAGE, MSTARfp, MSTARname, mstartype, nhlen, NULL, numcols, numrows, otbMsgDevMacro, phlen, tbuff, and tptr.
|
inlinevirtual |
Determine the file type. Returns true if the ImageIO can stream read the specified file
Reimplemented from otb::ImageIOBase.
Definition at line 56 of file otbMSTARImageIO.h.
|
inlinevirtual |
Determine the file type. Returns true if the ImageIO can stream write the specified file
Reimplemented from otb::ImageIOBase.
Definition at line 74 of file otbMSTARImageIO.h.
|
virtual |
Determine the file type. Returns true if this ImageIO can write the file specified.
Implements otb::ImageIOBase.
Definition at line 216 of file otbMSTARImageIO.cxx.
|
private |
Definition at line 698 of file otbMSTARImageIO.cxx.
References LSB_FIRST, and MSB_FIRST.
Referenced by Read().
|
protectedinherited |
Calculates the different strides (distance from one thing to the next). Upon return, strides[0] = bytes to get to the next component of a pixel, strides[1] = bytes to get to the next pixel in x direction, strides[2] = bytes to get to the next row in y direction, strides[3] = bytes to get to the next slice in z direction, etc.
Definition at line 525 of file otbImageIOBase.cxx.
References otb::ImageIOBase::GetComponentSize(), otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_NumberOfComponents, otb::ImageIOBase::m_NumberOfDimensions, and otb::ImageIOBase::m_Strides.
Referenced by otb::ImageIOBase::Resize().
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtualinherited |
Turn debugging output off.
Definition at line 253 of file itkObject.cxx.
|
virtualinherited |
Turn debugging output on.
Definition at line 242 of file itkObject.cxx.
|
virtualinherited |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
Delete a itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C++ delete method will not work with reference counting.
Definition at line 88 of file itkLightObject.cxx.
|
inlineprotectedvirtualinherited |
This method causes the filter to generate its output.
Reimplemented in itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::ClassifierBase< TDataContainer >, itk::ClassifierBase< TInputImage >, itk::ClassifierBase< TSample >, itk::ClassifierBase< itk::Statistics::ListSample< TInputImage::PixelType > >, itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::Statistics::SampleClassifier< TSample >, itk::Statistics::SampleClassifier< itk::Statistics::ListSample< TInputImage::PixelType > >, otb::SVMClassifier< TSample, TLabel >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, and otb::SVMMarginSampler< TSample, TModel >.
Definition at line 121 of file itkLightProcessObject.h.
|
virtualinherited |
Method for supporting streaming. Given a requested region, determine what could be the region that we can read from the file. This is called the streamable region, which will be equal or smaller than the LargestPossibleRegion (unless it was dimensionaly clipped) and greater or equal to the RequestedRegion
the resulting IORegion may be a greater dimensions the the requested IORegion, if the the derived class is unable to read the requested region. For example if the file has a size of [ 10, 10, 10] but the requested region is [10, 10] the return may be 3 dimensions.
Given a requested region, determine what could be the region that we can read from the file. This is called the streamable region, which will be smaller than the LargestPossibleRegion and greater or equal to the RequestedRegion
Definition at line 1203 of file otbImageIOBase.cxx.
References itk::ImageIORegion::GetImageDimension(), itk::ImageIORegion::SetIndex(), and itk::ImageIORegion::SetSize().
|
virtualinherited |
Get the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtualinherited |
Before this method is called all the configuration will be done, that is Streaming/PasteRegion/Compression/Filename etc If pasting is being used the number of requested splits is for that region not the largest. The derived ImageIO class should verify that the file is capable of being writen with this configuration. If pasted is enabled and is not support or does not work with the file, then an excepetion should be thrown.
The default implementation depends on CanStreamWrite. If false then 1 is returned (unless pasting is indicated), so that the whole file will be updated in one region. If true then its assumed that any arbitrary region can be writen to any file. So the users request will be respected. If a derived class has more restictive conditions then they should be checked
Definition at line 1107 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CanStreamWrite(), otb::ImageIOBase::GetActualNumberOfSplitsForWritingCanStreamWrite(), and otb::ImageIOBase::GetFileName().
|
protectedvirtualinherited |
an implementation of ImageRegionSplitter:GetNumberOfSplits
Reimplemented in otb::TileMapImageIO.
Definition at line 1078 of file otbImageIOBase.cxx.
References itk::ImageIORegion::GetImageDimension(), itk::ImageIORegion::GetSize(), and itk::value_type().
Referenced by otb::ImageIOBase::GetActualNumberOfSplitsForWriting().
|
virtualinherited |
|
inherited |
Convenience method returns the ByteOrder as a string. This can be used for writing output files.
Definition at line 724 of file otbImageIOBase.cxx.
References otb::ImageIOBase::BigEndian, otb::ImageIOBase::LittleEndian, and otb::ImageIOBase::OrderNotApplicable.
Referenced by otb::ONERAImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), and otb::ImageIOBase::PrintSelf().
|
inherited |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
Definition at line 414 of file itkObject.cxx.
References itk::Object::GetCommand(), and NULL.
Referenced by itk::Object::GetCommand().
|
virtualinherited |
Compute the size (in bytes) of the components of a pixel. For example, and RGB pixel of unsigned char would have a component size of 1 byte. This method can be invoked only after the component type is set.
Definition at line 668 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::INT, otb::ImageIOBase::LONG, otb::ImageIOBase::m_ComponentType, otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, otb::ImageIOBase::UNKNOWNCOMPONENTTYPE, and otb::ImageIOBase::USHORT.
Referenced by otb::ImageIOBase::ComputeStrides(), otb::ImageIOBase::GetPixelSize(), otb::ONERAImageIO::InternalReadImageInformation(), otb::LUMImageIO::Read(), otb::RADImageIO::Read(), otb::MWImageIO::Read(), otb::BSQImageIO::Read(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::LUMImageIO::Write(), otb::MWImageIO::Write(), otb::RADImageIO::Write(), otb::BSQImageIO::Write(), otb::LUMImageIO::WriteImageInformation(), otb::RADImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), and otb::JPEG2000ImageIO::WriteImageInformation().
|
protectedinherited |
Convenient method for accessing number of bytes to get to the next pixel component. Returns m_Strides[0].
Definition at line 569 of file otbImageIOBase.cxx.
|
virtualinherited |
Referenced by otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::LoadTileData(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::ImageIOBase::SetPixelTypeInfo(), otb::RADImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), otb::LUMImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), and otb::JPEG2000ImageIO::WriteImageInformation().
|
inherited |
Convenience method returns the IOComponentType as a string. This can be used for writing output files.
Definition at line 740 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::INT, otb::ImageIOBase::LONG, otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, otb::ImageIOBase::UNKNOWNCOMPONENTTYPE, and otb::ImageIOBase::USHORT.
Referenced by otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::ImageIOBase::PrintSelf(), and otb::RADImageIO::WriteImageInformation().
|
virtualinherited |
Definition at line 183 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::INT, otb::ImageIOBase::LONG, otb::ImageIOBase::m_ComponentType, otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, otb::ImageIOBase::UNKNOWNCOMPONENTTYPE, and otb::ImageIOBase::USHORT.
|
inherited |
Get the value of the debug flag.
Definition at line 264 of file itkObject.cxx.
Referenced by otb::ogr::ImageReference< double >::GetDebug().
|
virtualinherited |
Return the directions to be assigned by default to recipient images whose dimension is smaller than the image dimension in file.
Return the directions that this particular ImageIO would use by default in the case the recipient image dimension is smaller than the dimension of the image in file.
Definition at line 1261 of file otbImageIOBase.cxx.
|
inlinevirtualinherited |
Definition at line 107 of file otbImageIOBase.h.
|
inlinevirtualinherited |
Definition at line 130 of file otbImageIOBase.h.
|
virtualinherited |
Referenced by otb::ImageIOBase::GetActualNumberOfSplitsForWriting().
|
virtualinherited |
|
inherited |
Convenience method returns the FileType as a string. This can be used for writing output files.
Definition at line 708 of file otbImageIOBase.cxx.
References otb::ImageIOBase::ASCII, otb::ImageIOBase::Binary, and otb::ImageIOBase::TypeNotApplicable.
Referenced by otb::ImageIOBase::PrintSelf().
|
staticinherited |
Get the value of the global debug output control flag.
Definition at line 381 of file itkObject.cxx.
|
inherited |
Return the number of bytes in the image.
Definition at line 562 of file otbImageIOBase.cxx.
|
inherited |
Return the number of pixels times the number of components in the image.
Definition at line 555 of file otbImageIOBase.cxx.
|
inherited |
Return the number of pixels in the image.
Definition at line 540 of file otbImageIOBase.cxx.
|
virtualinherited |
Referenced by otb::JPEG2000ImageIO::ComputeTileList(), otb::TileMapImageIO::GenerateBuffer(), otb::JPEG2000ImageIO::LoadTileData(), Read(), otb::ONERAImageIO::Read(), otb::LUMImageIO::Read(), otb::RADImageIO::Read(), otb::MWImageIO::Read(), otb::BSQImageIO::Read(), otb::TileMapImageIO::Read(), otb::GDALImageIO::Read(), otb::ONERAImageIO::Write(), otb::RADImageIO::Write(), otb::LUMImageIO::Write(), otb::MWImageIO::Write(), otb::BSQImageIO::Write(), otb::TileMapImageIO::Write(), otb::GDALImageIO::Write(), and otb::MWImageIO::WriteImageInformation().
|
inherited |
Definition at line 532 of file itkObject.cxx.
References NULL.
Referenced by otb::RenderingImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), itk::Brains2MaskImageIO::CanReadFile(), otb::DataNode< TPrecision, VDimension, TValuePrecision >::CopyFieldList(), otb::VectorImage< TPixel, VImageDimension >::CopyInformation(), otb::Image< TPixel, VImageDimension >::CopyInformation(), itk::GDCMImageIO::GetBodyPart(), itk::GDCMImageIO::GetInstitution(), itk::GDCMImageIO::GetManufacturer(), itk::GDCMImageIO::GetModality(), itk::GDCMImageIO::GetModel(), itk::GDCMImageIO::GetNumberOfSeriesInStudy(), itk::GDCMImageIO::GetNumberOfStudyRelatedSeries(), itk::GDCMImageIO::GetPatientAge(), itk::GDCMImageIO::GetPatientDOB(), itk::GDCMImageIO::GetPatientID(), itk::GDCMImageIO::GetPatientName(), itk::GDCMImageIO::GetPatientSex(), itk::GDCMImageIO::GetScanOptions(), itk::GDCMImageIO::GetStudyDate(), itk::GDCMImageIO::GetStudyDescription(), itk::GDCMImageIO::GetStudyID(), itk::GDCMImageIO::GetValueFromTag(), otb::GDALImageIO::InternalReadImageInformation(), itk::GDCMImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::RAMDrivenAdaptativeStreamingManager< TImage >::PrepareStreaming(), itk::DICOMImageIO2::Read(), itk::DICOMImageIO2::ReadImageInformation(), itk::NrrdImageIO::ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), itk::MetaImageIO::ReadImageInformation(), itk::VoxBoCUBImageIO::ReadImageInformation(), itk::MRCImageIO::ReadImageInformation(), itk::IPLCommonImageIO::ReadImageInformation(), itk::PhilipsRECImageIO::ReadImageInformation(), itk::AnalyzeImageIO::ReadImageInformation(), itk::Bruker2DSEQImageIO::ReadImageInformation(), otb::ImageMetadataInterfaceBase::SetImage(), itk::NiftiImageIO::SetImageIOMetadataFromNIfTI(), otb::VectorDataToLabelImageFilter< TVectorData, TOutputImage >::SetOutputParametersFromImage(), itk::NrrdImageIO::Write(), itk::GDCMImageIO::Write(), and itk::PolygonGroupSpatialObjectXMLFileWriter::WriteFile().
|
inherited |
Definition at line 543 of file itkObject.cxx.
References NULL.
|
virtualinherited |
Return this objects modified time.
Return the modification for this object.
Reimplemented in itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::SpatialObject< TDimension >, itk::SpatialObject< 3 >, itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, otb::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::DeformationFieldSource< TOutputImage >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::MeshSpatialObject< TMesh >, and itk::SceneSpatialObject< TSpaceDimension >.
Definition at line 286 of file itkObject.cxx.
Referenced by itk::DeformationFieldSource< TOutputImage >::GetMTime(), itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >::GetMTime(), itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >::GetMTime(), otb::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >::GetMTime(), itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >::GetMTime(), itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GetMTime(), itk::SpatialObject< TDimension >::GetMTime(), itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GetMTime(), itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >::GetObjectMTime(), otb::Function::NoStretchRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::Initialize(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::Initialize(), itk::VTKImageExportBase::PipelineModifiedCallback(), and itk::ProcessObject::UpdateOutputInformation().
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::ImageIOBase.
|
virtualinherited |
Referenced by otb::TileMapImageIO::GenerateBuffer(), otb::ImageIOBase::GetPixelSize(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), Read(), otb::ONERAImageIO::Read(), otb::MWImageIO::Read(), otb::LUMImageIO::Read(), otb::RADImageIO::Read(), otb::BSQImageIO::Read(), otb::GDALImageIO::Read(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::ONERAImageIO::Write(), otb::LUMImageIO::Write(), otb::MWImageIO::Write(), otb::RADImageIO::Write(), otb::BSQImageIO::Write(), otb::TileMapImageIO::Write(), otb::LUMImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), otb::RADImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), otb::JPEG2000ImageIO::WriteImageInformation(), and otb::BSQImageIO::~BSQImageIO().
|
virtualinherited |
Referenced by otb::ONERAImageIO::Read().
|
inlinevirtualinherited |
Definition at line 113 of file otbImageIOBase.h.
Referenced by otb::TileMapImageIO::GetActualNumberOfSplitsForWritingCanStreamWrite(), otb::TileMapImageIO::GetSplitRegionForWritingCanStreamWrite(), and otb::TileMapImageIO::Write().
|
protectedvirtualinherited |
Compute the size (in bytes) of the pixel. For example, and RGB pixel of unsigned char would have size 3 bytes.
Definition at line 654 of file otbImageIOBase.cxx.
References otb::ImageIOBase::GetComponentSize(), otb::ImageIOBase::GetNumberOfComponents(), otb::ImageIOBase::m_ComponentType, otb::ImageIOBase::m_PixelType, otb::ImageIOBase::UNKNOWNCOMPONENTTYPE, and otb::ImageIOBase::UNKNOWNPIXELTYPE.
Referenced by otb::JPEG2000ImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::LUMImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), otb::RADImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), and otb::JPEG2000ImageIO::WriteImageInformation().
|
virtualinherited |
Convenient method for accessing the number of bytes to get to the next pixel. Returns m_Strides[1];
Please note that this methods depends the private methods ComputeStrides being called, otherwise this is the incorrect value.
Definition at line 576 of file otbImageIOBase.cxx.
|
virtualinherited |
|
inherited |
Convenience method returns the IOPixelType as a string. This can be used for writing output files.
Definition at line 781 of file otbImageIOBase.cxx.
References otb::ImageIOBase::COMPLEX, otb::ImageIOBase::COVARIANTVECTOR, otb::ImageIOBase::DIFFUSIONTENSOR3D, otb::ImageIOBase::OFFSET, otb::ImageIOBase::POINT, otb::ImageIOBase::RGB, otb::ImageIOBase::RGBA, otb::ImageIOBase::SCALAR, otb::ImageIOBase::SYMMETRICSECONDRANKTENSOR, otb::ImageIOBase::UNKNOWNPIXELTYPE, and otb::ImageIOBase::VECTOR.
Referenced by otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::ImageIOBase::PrintSelf(), and otb::RADImageIO::WriteImageInformation().
|
virtualinherited |
Get the execution progress of a process object. The progress is a floating number between (0,1), 0 meaning no progress; 1 meaning the filter has completed execution.
|
inlinevirtualinherited |
Gets the reference count on this object.
Definition at line 105 of file itkLightObject.h.
|
protectedinherited |
Convenient method for accessing the number of bytes to get to the next row. Returns m_Strides[2].
Definition at line 583 of file otbImageIOBase.cxx.
|
protectedinherited |
Convenient method for accessing the number of bytes to get to the next slice. Returns m_Strides[3].
Definition at line 590 of file otbImageIOBase.cxx.
|
inlinevirtualinherited |
Definition at line 121 of file otbImageIOBase.h.
|
virtualinherited |
returns the ith IORegion
numberOfActualSplits should be the value returned from GetActualNumberOfSplitsForWriting with the same parameters
Derieved classes should overload this method to return a compatible region
Definition at line 1185 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CanStreamWrite(), and otb::ImageIOBase::GetSplitRegionForWritingCanStreamWrite().
|
protectedvirtualinherited |
an implementation of ImageRegionSplitter:GetSplit
Reimplemented in otb::TileMapImageIO.
Definition at line 1128 of file otbImageIOBase.cxx.
References itk::ImageIORegion::GetImageDimension(), itk::ImageIORegion::GetIndex(), itk::ImageIORegion::GetSize(), itk::ImageIORegion::SetIndex(), itk::ImageIORegion::SetSize(), and itk::value_type().
Referenced by otb::ImageIOBase::GetSplitRegionForWriting().
|
inherited |
This method returns an array with the list of filename extensions supported for reading by this ImageIO class. This is intended to facilitate GUI and application level integration.
Definition at line 73 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_SupportedReadExtensions.
|
inherited |
This method returns an array with the list of filename extensions supported for writing by this ImageIO class. This is intended to facilitate GUI and application level integration.
Definition at line 67 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_SupportedWriteExtensions.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
inlinestaticinherited |
Definition at line 100 of file itkObject.h.
References itk::Object::SetGlobalWarningDisplay().
Referenced by itk::OutputWindow::DisplayText(), itk::Win32OutputWindow::PromptText(), and itk::Win32OutputWindow::WndProc().
|
inlinestaticinherited |
Definition at line 98 of file itkObject.h.
References itk::Object::SetGlobalWarningDisplay().
|
inherited |
Return true if an observer is registered for this event.
Definition at line 467 of file itkObject.cxx.
|
inherited |
Call Execute on all the Commands observing this event id.
Definition at line 446 of file itkObject.cxx.
Referenced by otb::Wrapper::Application::AddProcess(), itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::IterateThreaderCallback(), and itk::VTKImageExportBase::UpdateDataCallback().
|
inherited |
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.
Definition at line 457 of file itkObject.cxx.
|
virtualinherited |
Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.
Make sure this object's modified time is greater than all others.
Reimplemented in otb::SVMModel< TValue, TLabel >, otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, otb::GenericRSTransform< TScalarType, NInputDimensions, NOutputDimensions >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, MeanShift::VectorBufferConverter >, otb::GCPsToRPCSensorModelImageFilter< TImage >, otb::Polygon< TValue >, otb::ImageRegionAdaptativeSplitter< VImageDimension >, otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, otb::PolyLineParametricPathWithValue< TValue, VDimension >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, otb::PolyLineParametricPathWithValue< TValue, 2 >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, otb::PhysicalToRPCSensorModelImageFilter< TImage >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< ::itk::GetImageDimension< TInputImage >::ImageDimension > > >, itk::NormalizeImageFilter< TInputImage, TOutputImage >, and otb::StatisticsXMLFileReader< TMeasurementVector >.
Definition at line 297 of file itkObject.cxx.
Referenced by otb::Wrapper::InputImageListParameter::AddFromFileName(), otb::Wrapper::InputVectorDataListParameter::AddFromFileName(), otb::Wrapper::InputFilenameListParameter::AddFromFileName(), otb::Wrapper::InputImageListParameter::AddImage(), otb::Wrapper::InputVectorDataListParameter::AddNullElement(), otb::Wrapper::InputImageListParameter::AddNullElement(), otb::Wrapper::InputFilenameListParameter::AddNullElement(), otb::Wrapper::StringListParameter::AddNullElement(), otb::VectorDataModel::AddPointToGeometry(), otb::Wrapper::InputVectorDataListParameter::AddVectorData(), otb::Wrapper::InputFilenameListParameter::ClearValue(), otb::Wrapper::InputVectorDataListParameter::ClearValue(), otb::Wrapper::InputImageListParameter::ClearValue(), otb::VectorDataModel::DeleteGeometry(), otb::VectorDataModel::EndGeometry(), otb::Wrapper::InputFilenameListParameter::Erase(), otb::Wrapper::InputVectorDataListParameter::Erase(), otb::Wrapper::InputImageListParameter::Erase(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode(), otb::ImageWidget< TInputImage >::LinearInterpolationOff(), otb::ImageWidget< TInputImage >::LinearInterpolationOn(), itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::MatrixOffsetTransformBase(), otb::ogr::ImageReference< double >::Modified(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetAutoMinMax(), otb::BlendingImageFilter< TInputImage1, TInputImage2, TOutputImage >::SetBlendingFunction(), otb::ImageLayerGenerator< TImageLayer >::SetBlendingFunction(), otb::TileMapImageIO::SetCacheDirectory(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetCenter(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetChannelList(), itk::LBFGSBOptimizer::SetCostFunction(), itk::MINC2ImageIO::SetDimensionName(), itk::ImageIOBase::SetDimensions(), otb::ImageIOBase::SetDimensions(), itk::ImageIOBase::SetDirection(), otb::ImageIOBase::SetDirection(), otb::Wrapper::InputImageListParameter::SetImageList(), itk::GDCMSeriesFileNames::SetInputDirectory(), otb::HistogramStatisticsFunction< TInputHistogram, TOutput >::SetInputHistogram(), otb::ImageToGenericRSOutputParameters< TImage >::SetInputKeywordList(), otb::Wrapper::InputImageListParameter::SetListFromFileName(), otb::Wrapper::InputVectorDataListParameter::SetListFromFileName(), otb::Wrapper::InputFilenameListParameter::SetListFromFileName(), otb::Function::RenderingFunction< TPixel, TRGBPixel >::SetListSample(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetMatrix(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBand(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandInnerRadius(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandTotalRadius(), otb::Wrapper::InputVectorDataListParameter::SetNthFileName(), otb::Wrapper::InputImageListParameter::SetNthFileName(), otb::Wrapper::InputFilenameListParameter::SetNthFileName(), otb::ImageIOBase::SetNumberOfDimensions(), itk::ImageIOBase::SetNumberOfDimensions(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetOffset(), itk::ImageIOBase::SetOrigin(), otb::ImageIOBase::SetOrigin(), otb::ImageToGenericRSOutputParameters< TImage >::SetOutputProjectionRef(), otb::MapProjectionAdapter::SetParameter(), otb::Function::GaussianRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetParameters(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetParameters(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetRealThresholds(), otb::ImageLayerGenerator< TImageLayer >::SetRenderingFunction(), otb::RenderingImageFilter< TInputImage, TOutputImage >::SetRenderingFunction(), otb::ImageIOBase::SetSpacing(), itk::ImageIOBase::SetSpacing(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetThresholds(), itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >::SetTotalObservedScale(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetTranslation(), otb::Wrapper::InputFilenameParameter::SetValue(), otb::Wrapper::OutputFilenameParameter::SetValue(), otb::Wrapper::ListViewParameter::SetValue(), otb::Wrapper::ChoiceParameter::SetValue(), otb::Wrapper::InputVectorDataListParameter::SetVectorDataList(), and otb::MapProjectionAdapter::SetWkt().
|
static |
Method for creation through the object factory.
|
private |
|
inherited |
Cause the object to print itself out.
Avoid DLL boundary problems. This function will be common to all itk objects. It just calls the header/self/trailer virtual print methods, which can be overriden by subclasses (any itk object).
Definition at line 135 of file itkLightObject.cxx.
References itk::Indent::GetNextIndent().
Referenced by itk::operator<<().
|
protectedvirtualinherited |
Define a default print header for all objects.
Definition at line 320 of file itkLightObject.cxx.
|
protectedinherited |
Definition at line 478 of file itkObject.cxx.
|
virtual |
Print Self Method
Reimplemented from otb::ImageIOBase.
Definition at line 667 of file otbMSTARImageIO.cxx.
References otb::ImageIOBase::PrintSelf().
|
protectedvirtualinherited |
Define a default print trailer for all objects.
Definition at line 331 of file itkLightObject.cxx.
|
virtual |
Reads the data from disk into the memory buffer provided.
Implements otb::ImageIOBase.
Definition at line 237 of file otbMSTARImageIO.cxx.
References bigfloatbuf, bigushortbuf, byteorder, bytesPerImage, byteswap_SR_IR(), byteswap_SUS_IUS(), CheckByteOrder(), CHIP_IMAGE, CHIPdata, FSCENE_IMAGE, FSCENEdata, otb::ImageIOBase::GetIORegion(), otb::ImageIOBase::GetNumberOfComponents(), itk::ImageIORegion::GetSize(), i, littlefloatval, littleushortval, LSB_FIRST, m_BytePerPixel, otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_FileName, magloc, MSB_FIRST, MSTARfp, MSTARname, mstartype, n, nchunks, nhlen, NULL, numcols, numgot, numrows, otbMsgDevMacro, phlen, RAWname, tbuff, totchunks, and tptr.
|
protectedinherited |
Convenient method to read a buffer as ASCII text.
Definition at line 966 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::INT, otb::ImageIOBase::LONG, otb::ReadBuffer(), otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, and otb::ImageIOBase::USHORT.
|
protectedinherited |
Convenient method to read a buffer as binary. Return true on success.
Definition at line 630 of file otbImageIOBase.cxx.
|
virtual |
Set the spacing and dimension information for the set filename.
Implements otb::ImageIOBase.
Definition at line 550 of file otbMSTARImageIO.cxx.
References CHIP_IMAGE, otb::ImageIOBase::FLOAT, FSCENE_IMAGE, m_BytePerPixel, otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_FileName, otb::ImageIOBase::m_PixelType, MSTARfp, MSTARname, mstartype, nhlen, NULL, numcols, numrows, otbMsgDebugMacro, phlen, otb::ImageIOBase::SetComponentType(), otb::ImageIOBase::SetNumberOfComponents(), otb::ImageIOBase::SetNumberOfDimensions(), tbuff, tptr, and otb::ImageIOBase::VECTOR.
|
virtualinherited |
Increase the reference count (mark as used by another object).
Reimplemented from itk::LightObject.
Definition at line 309 of file itkObject.cxx.
Referenced by itk::ObjectFactoryBase::RegisterFactory().
|
inherited |
Remove all observers .
Definition at line 435 of file itkObject.cxx.
|
inherited |
Remove the observer with this tag value.
Definition at line 425 of file itkObject.cxx.
Referenced by otb::StreamingImageVirtualWriter< TInputImage >::GenerateData(), and otb::ImageFileWriter< TInputImage >::Update().
|
protectedvirtualinherited |
Return the object to an initialized state, ready to be used
Definition at line 46 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_FileName, otb::ImageIOBase::m_Initialized, otb::ImageIOBase::m_NumberOfComponents, otb::ImageIOBase::m_NumberOfDimensions, otb::ImageIOBase::m_Strides, otb::ImageIOBase::m_UseCompression, otb::ImageIOBase::m_UseStreamedReading, and otb::ImageIOBase::m_UseStreamedWriting.
Referenced by otb::ImageIOBase::ImageIOBase().
|
protectedinherited |
Resize the ImageIOBase object to new dimensions.
Definition at line 88 of file otbImageIOBase.cxx.
References otb::ImageIOBase::ComputeStrides(), otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_NumberOfDimensions, and NULL.
|
virtualinherited |
Set the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtualinherited |
These methods indicate the byte ordering of the file you are trying to read in. These methods will then either swap or not swap the bytes depending on the byte ordering of the machine it is being run on. For example, reading in a BigEndian file on a BigEndian machine will result in no swapping. Trying to read the same file on a LittleEndian machine will result in swapping. Note: most UNIX machines are BigEndian while PC's and VAX's are LittleEndian. So if the file you are reading in was generated on a VAX or PC, SetByteOrderToLittleEndian() otherwise SetByteOrderToBigEndian(). Some ImageIOBase subclasses ignore these methods.
|
inlineinherited |
Definition at line 235 of file otbImageIOBase.h.
|
inlineinherited |
Definition at line 239 of file otbImageIOBase.h.
|
virtualinherited |
Set/Get the component type of the image. This is always a native type.
Referenced by otb::LUMImageIO::InternalReadHeaderInformation(), otb::RADImageIO::InternalReadHeaderInformation(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::MWImageIO::InternalReadHeaderInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::itkSetPixelType(), ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), and otb::ImageIOBase::SetPixelTypeInfo().
|
inherited |
Set the value of the debug flag. A non-zero value turns debugging on.
Definition at line 275 of file itkObject.cxx.
|
virtualinherited |
Set/Get the image dimensions in the x, y, z, etc. directions. GetDimensions() is typically used after reading the data; the SetDimensions() is used prior to writing the data.
Definition at line 102 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Dimensions, and itk::Object::Modified().
|
virtualinherited |
Set/Get the image direction on an axis-by-axis basis. The SetDirection() method is required when writing the image.
Definition at line 147 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Direction, and itk::Object::Modified().
Referenced by otb::ImageIOBase::SetNumberOfDimensions().
|
virtualinherited |
Definition at line 162 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Direction, and itk::Object::Modified().
|
virtualinherited |
Set/Get the name of the file to be read.
|
virtualinherited |
These methods control whether the file is written binary or ASCII. Many file formats (i.e., subclasses) ignore this flag.
|
inlineinherited |
Definition at line 213 of file otbImageIOBase.h.
|
inlineinherited |
Definition at line 217 of file otbImageIOBase.h.
Referenced by otb::LUMImageIO::InternalReadHeaderInformation(), otb::RADImageIO::InternalReadHeaderInformation(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::MWImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::RADImageIO::WriteImageInformation(), and otb::BSQImageIO::WriteImageInformation().
|
staticinherited |
This is a global flag that controls whether any debug, warning or error messages are displayed.
Set the value of the global debug output control flag.
Definition at line 370 of file itkObject.cxx.
Referenced by itk::Object::GlobalWarningDisplayOff(), and itk::Object::GlobalWarningDisplayOn().
|
virtualinherited |
Specify the region of the image data to either read or write. The IORegion specifies the part of the image to read or write. Regions are defined with an index and a size vector. These vectors define the start (lower-left corner) and length of the region within the image. Make sure that the IORegion lies within the image.
|
inherited |
Definition at line 554 of file itkObject.cxx.
References NULL.
Referenced by otb::VectorImage< TPixel, VImageDimension >::CopyInformation(), and otb::Image< TPixel, VImageDimension >::CopyInformation().
|
virtualinherited |
Set/Get the number of components per pixel in the image. This may be set by the reading process. For SCALAR pixel types, NumberOfComponents will be 1. For other pixel types, NumberOfComponents will be greater than or equal to one.
Referenced by otb::LUMImageIO::InternalReadHeaderInformation(), otb::RADImageIO::InternalReadHeaderInformation(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::MWImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::itkSetPixelType(), otb::RADImageIO::RADImageIO(), ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::ImageIOBase::SetPixelTypeInfo(), and otb::RADImageIO::WriteImageInformation().
|
inherited |
Set/Get the number of independent variables (dimensions) in the image being read or written. Note this is not necessarily what is written, rather the IORegion controls that.
Definition at line 595 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Dimensions, otb::ImageIOBase::m_Direction, otb::ImageIOBase::m_NumberOfDimensions, otb::ImageIOBase::m_Origin, otb::ImageIOBase::m_Spacing, otb::ImageIOBase::m_Strides, itk::Object::Modified(), otb::ImageIOBase::SetDirection(), otb::ImageIOBase::SetOrigin(), and otb::ImageIOBase::SetSpacing().
Referenced by otb::BSQImageIO::BSQImageIO(), otb::GDALImageIO::GDALImageIO(), otb::LUMImageIO::InternalReadHeaderInformation(), otb::RADImageIO::InternalReadHeaderInformation(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::MWImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::JPEG2000ImageIO::JPEG2000ImageIO(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::RADImageIO::RADImageIO(), ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::TileMapImageIO::TileMapImageIO(), otb::RADImageIO::WriteImageInformation(), and otb::BSQImageIO::WriteImageInformation().
|
virtualinherited |
Set/Get the image origin on a axis-by-axis basis. The SetOrigin() method is required when writing the image.
Definition at line 117 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Origin, and itk::Object::Modified().
Referenced by otb::ImageIOBase::SetNumberOfDimensions().
|
virtualinherited |
Set/Get the type of the pixel. The PixelTypes provides context to the IO mechanisms for data conversions. PixelTypes can be SCALAR, RGB, RGBA, VECTOR, COVARIANTVECTOR, POINT, INDEX. If the PIXELTYPE is SCALAR, then the NumberOfComponents should be 1. Anyother of PIXELTYPE will have more than one component.
Referenced by otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::itkSetPixelType(), otb::JPEG2000ImageIO::ReadImageInformation(), and otb::ImageIOBase::SetPixelTypeInfo().
|
virtualinherited |
SetPixelTypeInfo is used by writers to convert from an ITK strongly typed pixel to a ImageIO (weaker) typed pixel. This function sets these PixelType, ComponentType, and NumberOfComponents based on RTTI type_info structure passed in. The function returns false if the pixel type is not supported.
Definition at line 468 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::GetComponentType(), otb::ImageIOBase::GetPixelType(), otb::ImageIOBase::INT, otb::itkSetPixelType(), otb::ImageIOBase::LONG, otb::ImageIOBase::OFFSET, otb::ImageIOBase::SetComponentType(), otb::ImageIOBase::SetNumberOfComponents(), otb::ImageIOBase::SetPixelType(), otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, otb::ImageIOBase::UNKNOWNCOMPONENTTYPE, otb::ImageIOBase::UNKNOWNPIXELTYPE, and otb::ImageIOBase::USHORT.
|
virtualinherited |
Set the execution progress of a process object. The progress is a floating number between (0,1), 0 meaning no progress; 1 meaning the filter has completed execution.
|
virtualinherited |
Sets the reference count (use with care)
If there is a delete method, invoke it.
Reimplemented from itk::LightObject.
Definition at line 347 of file itkObject.cxx.
|
virtualinherited |
Set/Get the image spacing on an axis-by-axis basis. The SetSpacing() method is required when writing the image.
Definition at line 132 of file otbImageIOBase.cxx.
References otb::ImageIOBase::m_Spacing, and itk::Object::Modified().
Referenced by otb::ImageIOBase::SetNumberOfDimensions().
|
virtualinherited |
Set/Get a boolean to use the compression or not.
|
virtualinherited |
Set/Get a boolean to use streaming while reading or not.
|
virtualinherited |
Set/Get a boolean to use streaming while writing or not.
|
inlinevirtualinherited |
The different types of ImageIO's can support data of varying dimensionality. For example, some file formats are strictly 2D while others can support 2D, 3D, or even n-D. This method returns true/false as to whether the ImageIO can support the dimension indicated.
Definition at line 337 of file otbImageIOBase.h.
|
virtualinherited |
Decrease the reference count (release by another object).
If there is a delete method, invoke it.
Reimplemented from itk::LightObject.
Definition at line 324 of file itkObject.cxx.
Referenced by itk::Object::New(), and itk::ObjectFactoryBase::UnRegisterFactory().
|
virtualinherited |
Actually generate new output.
GenerateData this object - we have not aborted yet, and our progress before we start to execute is 0.0.
If we ended due to aborting, push the progress up to 1.0 (since it probably didn't end there)
Definition at line 77 of file itkLightProcessObject.cxx.
|
inherited |
Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1).
Definition at line 51 of file itkLightProcessObject.cxx.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
Referenced by otb::TileMapImageIO::TileMapImageIO().
|
virtualinherited |
|
virtualinherited |
Referenced by otb::TileMapImageIO::TileMapImageIO().
|
virtual |
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.
The write function is not implemented
Implements otb::ImageIOBase.
Definition at line 661 of file otbMSTARImageIO.cxx.
|
protectedinherited |
Convenient method to write a buffer as ASCII text.
Definition at line 828 of file otbImageIOBase.cxx.
References otb::ImageIOBase::CDOUBLE, otb::ImageIOBase::CFLOAT, otb::ImageIOBase::CHAR, otb::ImageIOBase::CINT, otb::ImageIOBase::CSHORT, otb::ImageIOBase::DOUBLE, otb::ImageIOBase::FLOAT, otb::ImageIOBase::INT, otb::ImageIOBase::LONG, otb::ImageIOBase::SHORT, otb::ImageIOBase::UCHAR, otb::ImageIOBase::UINT, otb::ImageIOBase::ULONG, and otb::ImageIOBase::USHORT.
|
virtual |
Set the spacing and dimension information for the set filename.
The write function is not implemented
Implements otb::ImageIOBase.
Definition at line 655 of file otbMSTARImageIO.cxx.
|
private |
Definition at line 123 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 125 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 122 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 112 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 119 of file otbMSTARImageIO.h.
Referenced by MSTARImageIO(), and Read().
|
private |
Definition at line 118 of file otbMSTARImageIO.h.
Referenced by MSTARImageIO(), and Read().
|
private |
Definition at line 102 of file otbMSTARImageIO.h.
Referenced by MSTARImageIO().
|
private |
Definition at line 108 of file otbMSTARImageIO.h.
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
|
private |
Definition at line 124 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 126 of file otbMSTARImageIO.h.
Referenced by Read().
|
protectedinherited |
Big or Little Endian, and the type of the file. (May be ignored.)
Definition at line 416 of file otbImageIOBase.h.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::ONERAImageIO::CanReadFile(), otb::ONERAImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::ImageIOBase::PrintSelf(), otb::RADImageIO::RADImageIO(), otb::RADImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), and otb::BSQImageIO::WriteImageInformation().
|
private |
Definition at line 128 of file otbMSTARImageIO.h.
Referenced by MSTARImageIO(), Read(), and ReadImageInformation().
|
protectedinherited |
Used internally to keep track of the type of the component. It is set when ComputeStrides() is invoked.
Definition at line 413 of file otbImageIOBase.h.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::GDALImageIO::GDALImageIO(), otb::ImageIOBase::GetComponentSize(), otb::ImageIOBase::GetComponentTypeInfo(), otb::ImageIOBase::GetPixelSize(), otb::ONERAImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::JPEG2000ImageIO(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::ImageIOBase::PrintSelf(), otb::RADImageIO::RADImageIO(), otb::TileMapImageIO::TileMapImageIO(), and otb::MWImageIO::WriteImageInformation().
|
protectedinherited |
The array which stores the number of pixels in the x, y, z directions.
Definition at line 446 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::ComputeStrides(), otb::JPEG2000ImageIO::ComputeTileList(), otb::LUMImageIO::InternalReadHeaderInformation(), otb::RADImageIO::InternalReadHeaderInformation(), otb::BSQImageIO::InternalReadHeaderInformation(), otb::MWImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::ImageIOBase::PrintSelf(), Read(), otb::ONERAImageIO::Read(), otb::LUMImageIO::Read(), otb::MWImageIO::Read(), otb::RADImageIO::Read(), otb::BSQImageIO::Read(), ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::ImageIOBase::Reset(), otb::ImageIOBase::Resize(), otb::ImageIOBase::SetDimensions(), otb::ImageIOBase::SetNumberOfDimensions(), otb::ONERAImageIO::Write(), otb::MWImageIO::Write(), otb::RADImageIO::Write(), otb::LUMImageIO::Write(), otb::BSQImageIO::Write(), otb::TileMapImageIO::Write(), otb::GDALImageIO::Write(), otb::LUMImageIO::WriteImageInformation(), otb::RADImageIO::WriteImageInformation(), otb::MWImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), and otb::JPEG2000ImageIO::WriteImageInformation().
|
protectedinherited |
The arrays which store the direction cosines of the image.
Definition at line 456 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::SetDirection(), and otb::ImageIOBase::SetNumberOfDimensions().
|
protectedinherited |
Filename to read
Definition at line 423 of file otbImageIOBase.h.
Referenced by otb::GDALImageIO::CanStreamWrite(), otb::GDALImageIO::CanWriteFile(), otb::ONERAImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalReadImageInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::ImageIOBase::PrintSelf(), Read(), otb::ONERAImageIO::Read(), otb::JPEG2000ImageIO::Read(), otb::GDALImageIO::Read(), ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::LUMImageIO::ReadImageInformation(), otb::MWImageIO::ReadImageInformation(), otb::RADImageIO::ReadImageInformation(), otb::BSQImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::ImageIOBase::Reset(), otb::GDALImageIO::Write(), otb::MWImageIO::WriteImageInformation(), otb::RADImageIO::WriteImageInformation(), otb::LUMImageIO::WriteImageInformation(), otb::BSQImageIO::WriteImageInformation(), and otb::JPEG2000ImageIO::WriteImageInformation().
|
protectedinherited |
Definition at line 417 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::PrintSelf().
|
protectedinherited |
Does the ImageIOBase object have enough info to be of use?
Definition at line 420 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::Reset().
|
protectedinherited |
The region to read or write. The region contains information about the data within the region to read or write.
Definition at line 443 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::PrintSelf().
|
protectedinherited |
Stores the number of components per pixel. This will be 1 for grayscale images, 3 for RGBPixel images, and 4 for RGBPixelA images.
Definition at line 427 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::ComputeStrides(), otb::JPEG2000ImageIO::LoadTileData(), otb::ImageIOBase::PrintSelf(), and otb::ImageIOBase::Reset().
|
protectedinherited |
The number of independent dimensions in the image.
Definition at line 430 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::ComputeStrides(), otb::GDALImageIO::InternalReadImageInformation(), otb::ImageIOBase::PrintSelf(), otb::ImageIOBase::Reset(), otb::ImageIOBase::Resize(), and otb::ImageIOBase::SetNumberOfDimensions().
|
protectedinherited |
The array which stores the origin of the image.
Definition at line 453 of file otbImageIOBase.h.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::GDALImageIO::GDALImageIO(), otb::GDALImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::JPEG2000ImageIO(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::ImageIOBase::PrintSelf(), otb::RADImageIO::RADImageIO(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::ImageIOBase::SetNumberOfDimensions(), otb::ImageIOBase::SetOrigin(), and otb::TileMapImageIO::TileMapImageIO().
|
protectedinherited |
Used internally to keep track of the type of the pixel.
Definition at line 409 of file otbImageIOBase.h.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::GDALImageIO::GDALImageIO(), otb::ImageIOBase::GetPixelSize(), otb::RADImageIO::InternalReadHeaderInformation(), otb::ONERAImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::JPEG2000ImageIO(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::ImageIOBase::PrintSelf(), otb::RADImageIO::RADImageIO(), ReadImageInformation(), otb::TileMapImageIO::TileMapImageIO(), and otb::RADImageIO::WriteImageInformation().
|
mutableprotectedinherited |
Number of uses of this object by other objects.
Definition at line 141 of file itkLightObject.h.
|
mutableprotectedinherited |
Mutex lock to protect modification to the reference count
Definition at line 144 of file itkLightObject.h.
|
protectedinherited |
The array which stores the spacing of pixels in the x, y, z directions.
Definition at line 450 of file otbImageIOBase.h.
Referenced by otb::BSQImageIO::BSQImageIO(), otb::GDALImageIO::GDALImageIO(), otb::GDALImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::JPEG2000ImageIO::JPEG2000ImageIO(), otb::LUMImageIO::LUMImageIO(), MSTARImageIO(), otb::MWImageIO::MWImageIO(), otb::ONERAImageIO::ONERAImageIO(), otb::RADImageIO::RADImageIO(), otb::JPEG2000ImageIO::ReadImageInformation(), otb::TileMapImageIO::ReadImageInformation(), otb::ImageIOBase::SetNumberOfDimensions(), otb::ImageIOBase::SetSpacing(), and otb::TileMapImageIO::TileMapImageIO().
|
protectedinherited |
Stores the number of bytes it takes to get to the next 'thing' e.g. component, pixel, row, slice, etc.
Definition at line 460 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::ComputeStrides(), otb::ImageIOBase::Reset(), and otb::ImageIOBase::SetNumberOfDimensions().
|
protectedinherited |
Should we compress the data?
Definition at line 433 of file otbImageIOBase.h.
Referenced by otb::GDALImageIO::GDALImageIO(), otb::ImageIOBase::PrintSelf(), otb::ImageIOBase::Reset(), and otb::TileMapImageIO::TileMapImageIO().
|
protectedinherited |
Should we use streaming for reading
Definition at line 436 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::PrintSelf(), and otb::ImageIOBase::Reset().
|
protectedinherited |
Should we use streaming for writing
Definition at line 439 of file otbImageIOBase.h.
Referenced by otb::ImageIOBase::PrintSelf(), and otb::ImageIOBase::Reset().
|
private |
Definition at line 112 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 100 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), MSTARImageIO(), Read(), and ReadImageInformation().
|
private |
Definition at line 106 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), MSTARImageIO(), Read(), and ReadImageInformation().
|
private |
Definition at line 111 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 112 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 111 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 110 of file otbMSTARImageIO.h.
|
private |
Definition at line 115 of file otbMSTARImageIO.h.
Referenced by MSTARImageIO(), and ~MSTARImageIO().
|
private |
Definition at line 111 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 101 of file otbMSTARImageIO.h.
|
private |
Definition at line 107 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 104 of file otbMSTARImageIO.h.
|
private |
Definition at line 116 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), Read(), and ReadImageInformation().
|
private |
Definition at line 112 of file otbMSTARImageIO.h.
Referenced by Read().
|
private |
Definition at line 114 of file otbMSTARImageIO.h.
Referenced by CanReadFile(), MSTARImageIO(), Read(), and ReadImageInformation().