CAimsVector< T, D > | The template class to implement basic vectors |
▼Ccarto::Algorithm [external] | |
Csoma::ReaderAlgorithm | Link mechanism between a data source or file and an algorithm operating on arbitrary data types |
Csoma::AllocatedVector< T > | A STL-like vector with a smart and slow allocation system for large data buffers |
Csoma::AllocatorContext | Allocation context |
Csoma::AllocatorStrategy | Determination of the allocation type depending of the buffer size to allocate and the disk format of data |
Csoma::AsciiDataSourceTraits< T > | |
Csoma::AsciiDataSourceTraits< AimsVector< T, D > > | |
Csoma::AsciiDataSourceTraits< carto::VoxelValue< T, C > > | |
Csoma::internal::AsciiFloatReadTraits< T > | |
Csoma::internal::AsciiIntReadTraits< T > | |
Csoma::AttributedChecker | To check the syntax of an AttributedObject |
Csoma::AttributedReader | To read GenericObject from a file |
Csoma::AttributedWriter | To write an AttributedObject to a file |
Ccarto::BoolOrNumber< NumberType > | |
CCartoApplication | |
Csoma::Creator< T > | Object creation / resize or other setup factory |
Csoma::DataSourceCapabilities | Reading/Writing Capabilities of a FormatReader |
Csoma::DataSourceInfo | Informative object used by IO system |
Csoma::DataSourceInfoLoader | Generic information retreiver / checker for all data sources and file formats |
Csoma::DataSourceList | This class allows to manipulate "lists" of pointers to DataSource |
Ccarto::DataTypeCode< AimsVector< T, D > > | |
Ccarto::DataTypeTraits< AimsVector< T, D > > | |
▼Ccarto::DefaultRefConstruction [external] | |
►Ccarto::RCObject [external] | |
►Csoma::DataSource | Abstraction layer for various data sources (file, buffer, socket...) |
Csoma::BufferDataSource | |
►Csoma::ChainDataSource | Abstract base DataSource class to operate on another DataSource (to transform it) |
Csoma::FilteringDataSource | Filtering data source: filters out comments and/or counts lines in a ASCII stream |
Csoma::CStreamDataSource | C stream data source: base class for all sources based on a FILE* (stdio streams) |
►Csoma::FDDataSource | File Descriptor data source: base class for all sources based on a file descriptor |
Csoma::FileDataSource | |
Csoma::IStreamDataSource | DataSource on a std::istream (read-only stream) |
Csoma::OStreamDataSource | DataSource on a std::ostream (write-only stream) |
Csoma::StreamDataSource | DataSource on a std::iostream (read/write stream) |
►Csoma::MinfNodeExpander | |
►Csoma::DefaultMinfNodeExpander | |
Csoma::SingleDictionaryExpander | |
Csoma::MinfTreeExpander | |
Csoma::MinfXMLReader | |
►Csoma::ObjectListener | |
Csoma::DictionaryBuilder | |
Csoma::ListBuilder | |
►Csoma::Transformation | Polymorphic base class for spatial transformations |
►Csoma::Transformation3d | Polymorphic base class for spatial transformations in 3D |
Csoma::AffineTransformation3dBase | Affine 3D transformation |
▼Cstd::exception | STL class |
►Cstd::runtime_error | STL class |
Ccarto::missing_option | |
Ccarto::unexpected_option | |
Ccarto::unexpected_option_value | |
Ccarto::user_interruption | A special exception which is thrown after a command help is requested and displayed in a CartoApplication |
Cinternal::fill_aimsvector2< T, D > | |
Cinternal::fill_aimsvector2< T, 1 > | |
Cinternal::fill_aimsvector3< T, D > | |
Cinternal::fill_aimsvector3< T, 1 > | |
Cinternal::fill_aimsvector3< T, 2 > | |
Cinternal::fill_aimsvector4< T, D > | |
Cinternal::fill_aimsvector4< T, 1 > | |
Cinternal::fill_aimsvector4< T, 2 > | |
Cinternal::fill_aimsvector4< T, 3 > | |
▼Csoma::FormatChecker | Format Checker |
Csoma::JsonFormatChecker | |
Csoma::PythonFormatChecker | |
Csoma::XMLFormatChecker | |
Csoma::FormatDictionary< T > | Formats holder for each format of Cartograph object, used by Reader and Writer |
Csoma::FormatReader< T > | Low-level object IO reader specialized for a specific format |
▼Csoma::FormatReader< carto::GenericObject > | |
Csoma::JsonFormatReader | |
Csoma::PythonFormatReader | |
Csoma::XMLFormatReader | |
Csoma::FormatWriter< T > | Low-level object IO writer specialized for a specific format |
▼Csoma::FormatWriter< carto::GenericObject > | |
Csoma::JsonFormatWriter | |
Csoma::PythonFormatWriter | |
▼Csoma::GenericWriter | |
Csoma::Writer< T > | Generic writer for every format of Aims object |
Csoma::HeaderTranslator | Properties translator |
Csoma::ImageReader< T > | ImageReader is a low level Image reader |
Csoma::ImageWriter< T > | ImageWriter is a low level Image writer |
▼Ccarto::Info | Information on Cartograph libraries and extensions |
Ccarto::CartoBaseInfo | CartoBase library info |
Csoma::IOObjectTypesDictionary | Global dictionary of supported object types for IO |
▼Csoma::ItemReader< T > | Low-level "small item" reader, used by higher-level file readers |
►Csoma::DefaultItemReader< T > | Default low-levels readers |
Csoma::DefaultAsciiItemReader< T > | |
Csoma::DefaultBSwapItemReader< T > | |
▼Csoma::ItemWriter< T > | Low-level "small item" writer, used by higher-level file writers |
►Csoma::DefaultItemWriter< T > | Default low-levels writers |
Csoma::DefaultAsciiItemWriter< T > | |
Csoma::DefaultBSwapItemWriter< T > | |
▼Csoma::LowLevelAllocator | Abstract base class for actual allocators types |
Csoma::MappingCopyAllocator | |
Csoma::MappingROAllocator | |
Csoma::MappingRWAllocator | |
Csoma::MemoryAllocator | Normal allocation mode: allocation in main memory |
Csoma::NullAllocator | This allocator doesn't allocate anything |
Csoma::MinfUtil | Meta informations utilities |
Csoma::MultiFileFormat | |
Csoma::MultiFileFormatInfo | |
▼Ccarto::OptionBase | |
Ccarto::OptionSeries< T > | |
Ccarto::SingleOption< T > | |
►Ccarto::SingleOption< NumberType > | |
Ccarto::SingleOption< BoolOrNumber< NumberType > > | |
▼Ccarto::OptionsParser | Commandline options parser |
Ccarto::CartoApplication | Cartograph options parser |
COptionsParser | |
Ccarto::Plugin | |
Ccarto::PluginLoader::PluginFile | |
Ccarto::PluginLoader | |
Ccarto::PluginManager | |
Csoma::PythonReader::Private | |
Csoma::PythonReader | |
Csoma::PythonWriter | |
Csoma::Reader< T > | Generic reader for every format of Cartograph object |
Csoma::ScaledEncoding< INP, OUTP > | |
Csoma::ScaledEncodingInfo | |
Csoma::StreamUtil | |
▼Cstd::vector< T > | STL class |
Csoma::AffineTransformation3dBase::Table< T > | |
Csoma::AffineTransformation3dBase::Table< float > | |