isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

Doku CoreUtils Erik #7

Closed lydiatgit closed 13 years ago

lydiatgit commented 13 years ago

isis::data::TypedImage< T > An Image where all chunks are guaranteed to have a specific type isis::data::TypePtr< TYPE > Generic class for type (and length) - aware pointers isis::data::TypePtr< TYPE >::BasicDeleter Default delete-functor for c-arrays (uses free()) isis::data::TypePtr< TYPE >::DelProxy Proxy-Deleter to encapsulate the real deleter/shared_ptr when creating shared_ptr for parts of a shared_ptr isis::data::TypePtr< TYPE >::NonDeleter Delete-functor which does nothing (in case someone else manages the data) isis::data::TypePtr< TYPE >::ObjectArrayDeleter Default delete-functor for arrays of objects (uses delete[]) isis::data::_internal::TypePtrBase
isis::data::_internal::TypePtrConverterBase isis::data::_internal::TypePtrConverterMap
isis::util::_internal::TypeReference< TYPE_TYPE > Base class to store and handle references to Type and TypePtr objects isis::util::TypeValue Common property value class isis::util::vector4< TYPE >