ml.
More...
Namespaces | |
| namespace | internal |
Classes | |
| class | GetTileJobBase |
| Base class for TileRequest based jobs. More... | |
| class | GetTileJob |
| Public interface for requesting a tile from a an ML PagedImage using the PageRequestProcessor. More... | |
| class | PageRequest |
| A PageRequest represents the request for the calculation of a single page of a PagedImage. More... | |
| class | PageRequestQueueInterface |
| Virtual interface for queuing PageRequests that are ready for processing. More... | |
| class | PageRequestProcessor |
| A simple processor that takes one or even multiple tile requests and can process them iteratively. More... | |
| class | ProcessAllPagesJob |
| Public interface for processing all pages of a temporary output image. More... | |
| class | OutputConnector |
| Class to manage an output connection for a Module module. More... | |
| class | InputConnector |
| Class to manage an input connection of a Module module. More... | |
| class | DummyOp |
| Dummy input operator with one pixel of value 0 in it. More... | |
| class | Engine |
| Base class for all ML Engines which are derived from Module, which have no inputs or outputs and which implements field connections or operations on fields. More... | |
| class | Field |
| Base class for all fields used in the ML. More... | |
| class | FieldContainer |
| Defines the class FieldContainer to encapsulate a vector of fields for (see class Field). More... | |
| class | BoolField |
| Field to encapsulate a boolean value. More... | |
| class | IntField |
| Field to encapsulate an integer value. More... | |
| class | ToggleField |
| Field to encapsulate a boolean value as integer. More... | |
| class | EnumField |
| Field to encapsulate an enumerated value. More... | |
| class | FloatField |
| Field to encapsulate a float value. More... | |
| class | ProgressField |
| Field to encapsulate an increasing float value from range [0,1]. More... | |
| class | DoubleField |
| Field to encapsulate a double value. More... | |
| class | LongDoubleField |
| Field to encapsulate a long double value. More... | |
| class | StringField |
| Field to encapsulate a string value. More... | |
| class | NotifyField |
| Field without value for notifications. More... | |
| class | OutputConnectorField |
| Field to encapsulate a pointer to an output connector which represents a module output. More... | |
| class | InputConnectorField |
| Field to encapsulate a pointer to an input connector which represents a module input. More... | |
| class | BaseField |
| Field to encapsulate a pointer to an ML base object. More... | |
| class | SoNodeField |
| Field to encapsulate a pointer to an SoNode instance of OpenInventor. More... | |
| class | PointerField |
| Field to encapsulate a void pointer to arbitrary data. More... | |
| class | Vector2Field |
| Field to encapsulate a vector of 2 double values. More... | |
| class | Vector3Field |
| Field to encapsulate a vector of 3 double values. More... | |
| class | Vector4Field |
| Field to encapsulate a vector of 4 double values. More... | |
| class | Vector5Field |
| Field to encapsulate a vector of 5 double values. More... | |
| class | Vector6Field |
| Field to encapsulate a vector of 6 double values. More... | |
| class | Vector10Field |
| Field to encapsulate a vector of 10 double values. More... | |
| class | ColorField |
| Field to encapsulate a vector of 3 float values representing an (rgb) color with all properties of Vector3Field. More... | |
| class | Matrix2Field |
| Field encapsulating a 2x2 matrix. More... | |
| class | Matrix3Field |
| Field encapsulating a 3x3 matrix. More... | |
| class | MatrixField |
| Field to encapsulate a 4x4 matrix, same as Matrix4Field for backward compatibility. More... | |
| class | Matrix4Field |
| Field to encapsulate a 4x4 matrix. More... | |
| class | Matrix5Field |
| Field encapsulating a 5x5 matrix. More... | |
| class | Matrix6Field |
| Field encapsulating a 6x6 matrix. More... | |
| class | MLDataTypeField |
| Field to encapsulate an MLDataType value. More... | |
| class | ImageVectorField |
| Field to encapsulate an ML vector ImageVector with 6 integer components. More... | |
| class | SubImageBoxField |
| Field to encapsulate an ML integer SubimgBox. More... | |
| class | SubImageBoxdField |
| Field to encapsulate an ML double SubimgBox. More... | |
| class | UniversalTypeField |
| Field to encapsulate any of the registered ML types. More... | |
| class | RotationField |
| Field to encapsulate a vector of 4 double values representing a rotation with all properties of Vector4Field. More... | |
| class | PlaneField |
| Field to encapsulate a vector of 4 double values representing a plane with all properties of Vector4Field. More... | |
| class | FieldSensor |
| Class to define and to manage field sensors. More... | |
| class | Host |
| The Host is the central image processing class in the ML. More... | |
| class | ImageProperties |
| This class represents basic image properties:. More... | |
| class | InputSubImageProperties |
| Defines the class InputSubImageProperties which is a simple container for some properties which can be defined for an input subimage which is to be delivered to the corresponding call of the module's calculateOutputSubImage method. More... | |
| class | MedicalImageProperties |
| This class encapsulates basic medical image properties:. More... | |
| class | Module |
| Base class for an image processing module of the ML. More... | |
| class | BaseOp |
| class | UserThreadData |
| Base class for thread local data that is passed to CalculateOutputImageHandler::calculateOutputSubImage. More... | |
| class | CalculateOutputImageHandler |
| Base class for the calculation of pages of an output image (PagedImage) of a Module. More... | |
| class | ModuleTools |
| Class containing some helper functionality for Module programming and/or for the Module class itself. More... | |
| class | PageIDIterator |
| A class that allows to incrementally iterate over all ids of pages have an intersection with a given box on a given PagedImage. More... | |
| class | ProcessAllPagesHandler |
| Base class for handlers that are used for the Module::processAllPages facility. More... | |
| class | TScaleShiftData |
| Class to define a first order linear transformation. More... | |
| class | MLTStdTypeInfos |
| Template class to register the standard integer classes as voxel types in the ML. More... | |
| class | StringConversion |
| The class StringConversion provides static methods to convert ML objects to and from strings. More... | |
| class | SubImage |
| This class manages/represents a rectangular 6d image region which is organized linearly in memory. More... | |
| class | TSubImageBox |
| This class defines a rectangular subimage region of standard ML dimensions. More... | |
| class | SubImageBoxd |
| SubImageBoxd - SubImageBox with coordinates of float data type. More... | |
| class | TreeNodeException |
| The class TreeNodeException is the base class for all exceptions thrown by the class TreeNode and all derived classes. More... | |
| class | TreeNode |
| The class TreeNode is the abstract base class for the import/export of ML objects. More... | |
| class | TSubImage |
| This template class manages/represents a rectangular 6d image region in memory which is organized linearly. More... | |
| class | TSubImageCursorBase |
| Base class for all TSubImage Cursors. More... | |
| class | ConstTSubImageCursor |
| Cursor to access const data of a TSubImage. More... | |
| class | TSubImageCursor |
| Cursor to access data of a TSubImage for reading and writing. More... | |
| class | TSubImageWithCursor |
| A class that offers a TSubImage with a TSubImageCursor. More... | |
| class | VariableType |
| Base class for all variable types, mainly for doxygen documentation purpose. More... | |
| class | TypedProcessAllPagesHandler |
| TypedProcessAllPagesHandler can be used as a base class for an own ProcessAllPages handler and supports up to 4 type variable types. More... | |
| class | TypedCalculateOutputImageHandler |
| TypedCalculateOutputImageHandler can be used as a base class for an own CalculateOutputImageHandler and supports up to 4 variable types. More... | |
| struct | TypeTraits |
| TypeTraits for physical ML Datatypes. More... | |
| struct | PhysicalTypeSelector |
| Helper template so select a physical type from its type id. More... | |
| class | ApplicationProperties |
| Static class that defines an interface to access properties of the host application. More... | |
| struct | ArgumentList0 |
| Empty argument to allow running with 0 arguments. More... | |
| struct | ArgumentList1 |
| ArgumentList with 1 argument. More... | |
| struct | ArgumentList2 |
| ArgumentList with 2 arguments. More... | |
| struct | ArgumentList3 |
| ArgumentList with 3 arguments. More... | |
| struct | ArgumentList4 |
| ArgumentList with 4 arguments. More... | |
| struct | ArgumentList5 |
| ArgumentList with 5 arguments. More... | |
| class | Barrier |
| A barrier class that handles synchronization of multiple threads Thread-safety: This class is thread-safe. More... | |
| class | ScopedBarrierWaiter |
| A helper class that ensures barrier waiting even when an exception occurs. More... | |
| class | Base |
| Class representing general ML objects that support import/export via strings (setPersistentState() and getPersistentState()) or arbitrary tree structures (using addStateToTree() and readStateFromTree()). More... | |
| class | CompilerInfo |
| class | ComputerModelInfo |
| class | CPUInfo |
| Singleton class that provides hardware specific information. More... | |
| class | DateTime |
| Class for performing date/time arithmetics, comparisons and formatting. More... | |
| class | ErrorOutput |
| Class to handle all ML debug prints, errors, warnings, and information. More... | |
| class | ErrorOutputInfos |
| Struct which contains all information about errors, fatal errors, warnings, information or debug prints. More... | |
| class | GPUInfo |
| Singleton class that provides hardware specific information. More... | |
| class | ImagePropertyExtension |
| Base class from which one can derive own image properties. More... | |
| class | ImagePropertyExtensionContainer |
| This class is a container for extended image properties derived from ImagePropertyExtension. More... | |
| class | Memory |
| Basic memory management class for the ML. More... | |
| class | MemoryInfo |
| Singleton class that provides hardware specific information. More... | |
| class | Notify |
| Class to handle all ML Notify prints, errors and warnings. More... | |
| class | RefCountedBase |
| RefCountedBase class adds intrusive reference counting support to the Base class. More... | |
| class | Runtime |
| This class contains the runtime system of the ML. More... | |
| class | RuntimeDict |
This file declares the class RuntimeDict, which manages a set of instances of class RuntimeTypes. More... | |
| class | RuntimeType |
| RuntimeType contains type and inheritance information of a class and a static dictionary with information on all created instances of RuntimeType. More... | |
| class | TimeCounter |
| Class to measure precise time intervals. More... | |
| class | TraceBuffer |
| This class manages a list and a stack of pointers to permanent strings. More... | |
| class | Trace |
| This class simply implements a constructor and a destructor. More... | |
| class | WaitCondition |
| WaitCondition implements a wait condition for thread synchronization. More... | |
| class | WMIInterface |
| Interface to the Windows Management Instrumentation http://msdn.microsoft.com/en-us/library/aa394582.aspx. More... | |
| class | FloatingPointVectorDataContainerBase |
| Base class of the FloatingPointVector class which holds the data buffer. More... | |
| class | FloatingPointVector |
| Template class for vector arithmetic with floating point data types. More... | |
| class | TVector6DBase |
| TVector6DBase is the data container class for TVector providing specialized 6D container functionality for vectors of dimension MLMaxImageDimension. More... | |
| class | TImageVector |
| ImageVector is the 6D TVector specialization used by the ML for all image indexing. More... | |
| class | TVectorNDBase |
| TVectorNDBase is the data container class for the TVector template providing ND functionality for integer vectors. More... | |
| class | TVector |
| ML integer image vector class to be specialized for different purposes. More... | |
| class | Line |
| Class to define the geometry primitive "Line" consisting of a position and a direction. More... | |
| class | Tmat2 |
| A two by two matrix class consisting of 2 row vectors. More... | |
| class | Tmat3 |
| A three by three matrix class of three row vectors. More... | |
| class | Tmat4 |
| A four by four matrix class consisting of 4 row vectors. More... | |
| class | Tmat5 |
| A five by five matrix class of five row vectors. More... | |
| class | Tmat6 |
| A six by six matrix class of six row vectors. More... | |
| class | Plane |
| Class defining a plane in 3D. More... | |
| class | TQuaternion |
| Implementation of a Quaternion with common operations. More... | |
| class | Rotation |
| Class to handle Rotations (internally the rotation is stored as a quaternion). More... | |
| class | Tvec10 |
| An ten dimensional vector class for floating point types. More... | |
| class | Tvec16 |
| A 16 dimensional vector class for floating point types. More... | |
| class | Vector2DataContainer |
| Specialized base class for the FloatingPointVectorDataContainerBase. More... | |
| class | Tvec2 |
| A two dimensional vector class for floating point types. More... | |
| class | Vector3DataContainer |
| Specialized base class for the FloatingPointVectorDataContainerBase. More... | |
| class | Tvec3 |
| A three dimensional vector class for floating point types. More... | |
| class | Tvec32 |
| A 32 dimensional vector class for floating point types. More... | |
| class | Tvec4 |
| A four dimensional vector class for floating point types. More... | |
| class | Tvec5 |
| A five dimensional vector class for floating point types. More... | |
| class | Tvec6 |
| A six dimensional vector class for floating point types. More... | |
| class | Tvec64 |
| A 64 dimensional vector class for floating point types. More... | |
| class | Tvec7 |
| An seven dimensional vector class for floating point types. More... | |
| class | Tvec8 |
| An eight dimensional vector class for floating point types. More... | |
| class | Tvec9 |
| An nine dimensional vector class for floating point types. More... | |
| class | FloatTypes |
| class | IntegerTypes |
| class | StandardTypes |
| class | AllTypes |
Typedefs | |
| typedef void | TileRequestFinishedCB (void *data, TileRequest *request) |
| Callback for a finished TileRequest. | |
| typedef void | CalculateOutputImagePropertiesCB (void *userData, PagedImage *outImage) |
Callback for the calculation of the output image properties for outputImage. | |
| typedef TScaleShiftData < MLldouble > | ScaleShiftData |
| Long double version of TScaleShiftData for maximum precision. | |
| typedef TSubImageBox< MLint > | SubImageBox |
| Define the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type. | |
| typedef boost::detail::atomic_count | AtomicCounter |
| AtomicCounter is a thread-safe integer counter. | |
| typedef std::vector < ImagePropertyExtension * > | ImagePropertyExtensionVector |
| Define the STL container type of ImagePropertyExtension objects. | |
| typedef boost::recursive_mutex | RecursiveMutex |
| Defines a recursive mutex. | |
| typedef boost::recursive_mutex::scoped_lock | RecursiveLock |
| Defines a lock for locking a recursive mutex. | |
| typedef boost::mutex | Mutex |
| Defines a non-recursive mutex. | |
| typedef boost::mutex::scoped_lock | Lock |
| Defines a lock for locking a non-recursive mutex. | |
| typedef boost::thread | Thread |
| typedef MLuint16 | MLGlobalTraceBufferType |
| The type used in the MLGlobalTraceBuffer. | |
| typedef int | VectorDimIdxType |
| Signed integer type used as count and index type to traverse the array of the TVector. | |
Deprecated | |
| typedef Vector2Field | Vec2fField |
Deprecated | |
| typedef Vector3Field | Vec3fField |
Deprecated | |
| typedef Vector4Field | Vec4fField |
Deprecated | |
| typedef Vector5Field | Vec5fField |
Deprecated | |
| typedef Vector6Field | Vec6fField |
Deprecated | |
| typedef Vector10Field | Vec10fField |
Deprecated | |
| typedef Matrix2Field | Mat2Field |
Deprecated | |
| typedef Matrix3Field | Mat3Field |
Deprecated | |
| typedef Matrix4Field | Mat4Field |
Deprecated | |
| typedef Matrix5Field | Mat5Field |
Deprecated | |
| typedef Matrix6Field | Mat6Field |
Deprecated | |
| typedef ImageVectorField | VectorField |
Deprecated | |
| typedef SubImageBoxField | SubImgBoxField |
Deprecated | |
| typedef SubImageBoxdField | SubImgBoxfField |
| Use SubImageBoxdField instead of SubImgBoxfField. | |
Deprecated | |
| typedef InputSubImageProperties | InSubImageProperties |
Deprecated | |
| typedef MemoryImage | MemoryImg |
Deprecated | |
| typedef ModuleTools | BaseOpTools |
Deprecated | |
| typedef PagedImage | PagedImg |
Deprecated | |
| typedef SubImage | SubImg |
Deprecated | |
| typedef TSubImageBox< MLint16 > | SubImgBox16 |
| typedef TSubImageBox< MLint32 > | SubImgBox32 |
| typedef TSubImageBox< MLint64 > | SubImgBox64 |
| typedef SubImageBox | SubImgBox |
Deprecated | |
| typedef SubImageBoxd | SubImgBoxf |
Specializations for float, double and long double. | |
| typedef Tmat2< MLfloat > | Matrix2f |
| A 2x2 matrix of type float. | |
| typedef Tmat2< MLdouble > | Matrix2d |
| A 2x2 matrix of type double. | |
| typedef Tmat2< MLldouble > | Matrix2ld |
| A 2x2 matrix of type long double. | |
| typedef Tmat2< MLdouble > | Matrix2 |
| The standard 2x2 matrix of type double. | |
Deprecated | |
| typedef Tmat2< MLfloat > | matf2 |
| A floating point 2x2 matrix. | |
| typedef Tmat2< MLdouble > | matd2 |
| A double 2x2 matrix. | |
| typedef Tmat2< MLldouble > | matld2 |
| A long double double 2x2 matrix. | |
| typedef Tmat2< MLdouble > | mat2 |
| Define the standard mat2 type, using double. | |
Specializations for float, double and long double. | |
| typedef Tmat3< MLfloat > | Matrix3f |
| A 3x3 matrix of type float. | |
| typedef Tmat3< MLdouble > | Matrix3d |
| A 3x3 matrix of type double. | |
| typedef Tmat3< MLldouble > | Matrix3ld |
| A 3x3 matrix of type long double. | |
| typedef Tmat3< MLdouble > | Matrix3 |
| The standard 3x3 matrix of type double. | |
Deprecated | |
| typedef Tmat3< MLfloat > | matf3 |
| A floating point 3x3 matrix. | |
| typedef Tmat3< MLdouble > | matd3 |
| A double 3x3 matrix. | |
| typedef Tmat3< MLldouble > | matld3 |
| A long double double 3x3 matrix. | |
| typedef Tmat3< MLdouble > | mat3 |
| Define the standard mat3 type, using double. | |
Specializations for float, double and long double. | |
| typedef Tmat4< MLfloat > | Matrix4f |
| A 4x4 matrix of type float. | |
| typedef Tmat4< MLdouble > | Matrix4d |
| A 4x4 matrix of type double. | |
| typedef Tmat4< MLldouble > | Matrix4ld |
| A 4x4 matrix of type long double. | |
| typedef Tmat4< MLdouble > | Matrix4 |
| The standard 4x4 matrix of type double. | |
Deprecated | |
| typedef Tmat4< MLfloat > | matf4 |
| A floating point 4x4 matrix. | |
| typedef Tmat4< MLdouble > | matd4 |
| A double 4x4 matrix. | |
| typedef Tmat4< MLldouble > | matld4 |
| A long double double 4x4 matrix. | |
| typedef Tmat4< MLdouble > | mat4 |
| Define the standard mat4 type, using double. | |
Specializations for float, double and long double. | |
| typedef Tmat5< MLfloat > | Matrix5f |
| A 5x5 matrix of type float. | |
| typedef Tmat5< MLdouble > | Matrix5d |
| A 5x5 matrix of type double. | |
| typedef Tmat5< MLldouble > | Matrix5ld |
| A 5x5 matrix of type long double. | |
| typedef Tmat5< MLdouble > | Matrix5 |
| The standard 5x5 matrix of type double. | |
Deprecated | |
| typedef Tmat5< MLfloat > | matf5 |
| A floating point 5x5 matrix. | |
| typedef Tmat5< MLdouble > | matd5 |
| A double 5x5 matrix. | |
| typedef Tmat5< MLldouble > | matld5 |
| A long double double 5x5 matrix. | |
| typedef Tmat5< MLdouble > | mat5 |
| Define the standard mat5 type, using double. | |
Specializations for float, double and long double. | |
| typedef Tmat6< MLfloat > | Matrix6f |
| A 6x6 matrix of type float. | |
| typedef Tmat6< MLdouble > | Matrix6d |
| A 6x6 matrix of type double. | |
| typedef Tmat6< MLldouble > | Matrix6ld |
| A 6x6 matrix of type long double. | |
| typedef Tmat6< MLdouble > | Matrix6 |
| The standard 6x6 matrix of type double. | |
Deprecated | |
| typedef Tmat6< MLfloat > | matf6 |
| A floating point 6x6 matrix. | |
| typedef Tmat6< MLdouble > | matd6 |
| A double 6x6 matrix. | |
| typedef Tmat6< MLldouble > | matld6 |
| A long double double 6x6 matrix. | |
| typedef Tmat6< MLdouble > | mat6 |
| Define the standard mat6 type, using double. | |
Specializations for float, double, and long double. | |
| typedef TQuaternion< MLfloat > | Quaternionf |
| A smaller Quaternion type as specialization from TQuaternion | |
| typedef TQuaternion< MLdouble > | Quaterniond |
| The default Quaternion type used in the ML as specialization from TQuaternion | |
| typedef TQuaternion< MLldouble > | Quaternionld |
| A large Quaternion type for further extensions of the ML as specialization from TQuaternion | |
| typedef TQuaternion< MLdouble > | Quaternion |
| Define the default Quaternion type which is used by the ML; it uses double as component type. | |
Specializations for float, double and long double. | |
| typedef Tvec10< MLfloat > | Vector10f |
| A vector with 10 components of type float. | |
| typedef Tvec10< MLdouble > | Vector10d |
| A vector with 10 components of type double. | |
| typedef Tvec10< MLldouble > | Vector10ld |
| A vector with 10 components of type long double. | |
| typedef Tvec10< MLdouble > | Vector10 |
| A vector with 10 components of type double. | |
Deprecated | |
| typedef Tvec10< MLfloat > | vecf10 |
| typedef Tvec10< MLdouble > | vecd10 |
| typedef Tvec10< MLldouble > | vecld10 |
| typedef Tvec10< MLdouble > | vec10 |
Specializations for float, double and long double. | |
| typedef Tvec16< MLfloat > | Vector16f |
| A vector with 16 components of type float. | |
| typedef Tvec16< MLdouble > | Vector16d |
| A vector with 16 components of type double. | |
| typedef Tvec16< MLldouble > | Vector16ld |
| A vector with 16 components of type long double. | |
| typedef Tvec16< MLdouble > | Vector16 |
| A vector with 16 components of type double. | |
Deprecated | |
| typedef Tvec16< MLfloat > | vecf16 |
| typedef Tvec16< MLdouble > | vecd16 |
| typedef Tvec16< MLldouble > | vecld16 |
| typedef Tvec16< MLdouble > | vec16 |
Specializations for float, double and long double. | |
| typedef Tvec2< MLfloat > | Vector2f |
| A vector with 2 components of type float. | |
| typedef Tvec2< MLdouble > | Vector2d |
| A vector with 2 components of type double. | |
| typedef Tvec2< MLldouble > | Vector2ld |
| A vector with 2 components of type long double. | |
| typedef Tvec2< MLdouble > | Vector2 |
| A vector with 2 components of type double. | |
Deprecated | |
| typedef Tvec2< MLfloat > | vecf2 |
| typedef Tvec2< MLdouble > | vecd2 |
| typedef Tvec2< MLldouble > | vecld2 |
| typedef Tvec2< MLdouble > | vec2 |
Specializations for float, double and long double. | |
| typedef Tvec3< MLfloat > | Vector3f |
| A vector with 3 components of type float. | |
| typedef Tvec3< MLdouble > | Vector3d |
| A vector with 3 components of type double. | |
| typedef Tvec3< MLldouble > | Vector3ld |
| A vector with 3 components of type long double. | |
| typedef Tvec3< MLdouble > | Vector3 |
| A vector with 3 components of type double. | |
Deprecated | |
| typedef Tvec3< MLfloat > | vecf3 |
| typedef Tvec3< MLdouble > | vecd3 |
| typedef Tvec3< MLldouble > | vecld3 |
| typedef Tvec3< MLdouble > | vec3 |
Specializations for float, double and long double. | |
| typedef Tvec32< MLfloat > | Vector32f |
| A vector with 32 components of type float. | |
| typedef Tvec32< MLdouble > | Vector32d |
| A vector with 32 components of type double. | |
| typedef Tvec32< MLldouble > | Vector32ld |
| A vector with 32 components of type long double. | |
| typedef Tvec32< MLdouble > | Vector32 |
| A vector with 32 components of type double. | |
Deprecated | |
| typedef Tvec32< MLfloat > | vecf32 |
| typedef Tvec32< MLdouble > | vecd32 |
| typedef Tvec32< MLldouble > | vecld32 |
| typedef Tvec32< MLdouble > | vec32 |
Specializations for float, double and long double. | |
| typedef Tvec4< MLfloat > | Vector4f |
| A vector with 4 components of type float. | |
| typedef Tvec4< MLdouble > | Vector4d |
| A vector with 4 components of type double. | |
| typedef Tvec4< MLldouble > | Vector4ld |
| A vector with 4 components of type long double. | |
| typedef Tvec4< MLdouble > | Vector4 |
| A vector with 4 components of type double. | |
Deprecated | |
| typedef Tvec4< MLfloat > | vecf4 |
| typedef Tvec4< MLdouble > | vecd4 |
| typedef Tvec4< MLldouble > | vecld4 |
| typedef Tvec4< MLdouble > | vec4 |
Specializations for float, double and long double. | |
| typedef Tvec5< MLfloat > | Vector5f |
| A vector with 5 components of type float. | |
| typedef Tvec5< MLdouble > | Vector5d |
| A vector with 5 components of type double. | |
| typedef Tvec5< MLldouble > | Vector5ld |
| A vector with 5 components of type long double. | |
| typedef Tvec5< MLdouble > | Vector5 |
| A vector with 5 components of type double. | |
Deprecated | |
| typedef Tvec5< MLfloat > | vecf5 |
| typedef Tvec5< MLdouble > | vecd5 |
| typedef Tvec5< MLldouble > | vecld5 |
| typedef Tvec5< MLdouble > | vec5 |
Specializations for float, double and long double. | |
| typedef Tvec6< MLfloat > | Vector6f |
| A vector with 6 components of type float. | |
| typedef Tvec6< MLdouble > | Vector6d |
| A vector with 6 components of type double. | |
| typedef Tvec6< MLldouble > | Vector6ld |
| A vector with 6 components of type long double. | |
| typedef Tvec6< MLdouble > | Vector6 |
| A vector with 6 components of type double. | |
Deprecated | |
| typedef Tvec6< MLfloat > | vecf6 |
| typedef Tvec6< MLdouble > | vecd6 |
| typedef Tvec6< MLldouble > | vecld6 |
| typedef Tvec6< MLdouble > | vec6 |
Specializations for float, double and long double. | |
| typedef Tvec64< MLfloat > | Vector64f |
| A vector with 64 components of type float. | |
| typedef Tvec64< MLdouble > | Vector64d |
| A vector with 64 components of type double. | |
| typedef Tvec64< MLldouble > | Vector64ld |
| A vector with 64 components of type long double. | |
| typedef Tvec64< MLdouble > | Vector64 |
| A vector with 64 components of type double. | |
Deprecated | |
| typedef Tvec64< MLfloat > | vecf64 |
| typedef Tvec64< MLdouble > | vecd64 |
| typedef Tvec64< MLldouble > | vecld64 |
| typedef Tvec64< MLdouble > | vec64 |
Specializations for float, double and long double. | |
| typedef Tvec7< MLfloat > | Vector7f |
| A vector with 7 components of type float. | |
| typedef Tvec7< MLdouble > | Vector7d |
| A vector with 7 components of type double. | |
| typedef Tvec7< MLldouble > | Vector7ld |
| A vector with 7 components of type long double. | |
| typedef Tvec7< MLdouble > | Vector7 |
| A vector with 7 components of type double. | |
Deprecated | |
| typedef Tvec7< MLfloat > | vecf7 |
| typedef Tvec7< MLdouble > | vecd7 |
| typedef Tvec7< MLldouble > | vecld7 |
| typedef Tvec7< MLdouble > | vec7 |
Specializations for float, double and long double. | |
| typedef Tvec8< MLfloat > | Vector8f |
| A vector with 8 components of type float. | |
| typedef Tvec8< MLdouble > | Vector8d |
| A vector with 8 components of type double. | |
| typedef Tvec8< MLldouble > | Vector8ld |
| A vector with 8 components of type long double. | |
| typedef Tvec8< MLdouble > | Vector8 |
| A vector with 8 components of type double. | |
Deprecated | |
| typedef Tvec8< MLfloat > | vecf8 |
| typedef Tvec8< MLdouble > | vecd8 |
| typedef Tvec8< MLldouble > | vecld8 |
| typedef Tvec8< MLdouble > | vec8 |
Specializations for float, double and long double. | |
| typedef Tvec9< MLfloat > | Vector9f |
| A vector with 9 components of type float. | |
| typedef Tvec9< MLdouble > | Vector9d |
| A vector with 9 components of type double. | |
| typedef Tvec9< MLldouble > | Vector9ld |
| A vector with 9 components of type long double. | |
| typedef Tvec9< MLdouble > | Vector9 |
| A vector with 9 components of type double. | |
Deprecated | |
| typedef Tvec9< MLfloat > | vecf9 |
| typedef Tvec9< MLdouble > | vecd9 |
| typedef Tvec9< MLldouble > | vecld9 |
| typedef Tvec9< MLdouble > | vec9 |
Enumerations | |
| enum | { TNE_VoidImplementation, TNE_NotSupported, TNE_ChildNotFound, TNE_AddingBase, TNE_ReadingBase, TNE_ReadingUChar, TNE_ReadingChar, TNE_ReadingUShort, TNE_ReadingShort, TNE_ReadingUInt, TNE_ReadingInt, TNE_ReadingULong, TNE_ReadingLong, TNE_ReadingFloat, TNE_ReadingDouble, TNE_ReadingLDouble, TNE_ReadingString, TNE_ReadingVec2, TNE_ReadingVec3, TNE_ReadingVec4, TNE_ReadingVec6, TNE_ReadingVector, TNE_ReadingMat3, TNE_ReadingMat4, TNE_ReadingSubImgBox, TNE_ReadingSubImgBoxf, TNE_InvalidReadNext, TNE_InvalidParentNode, TNE_FileNotFound, TNE_ReadingFile, TNE_WritingFile, TNE_UnsupportedClassVersion, TNE_UserDefined, TNE_Unknown, TNE_ReadingMLint64, TNE_ReadingMLuint64, TNE_COUNT } |
| TreeNode exceptions. More... | |
| enum | { ML_INTEGER_TYPE = 0x1, ML_FLOAT_TYPE = 0x2, ML_CARRIER_OUT_TYPE = 0x4, ML_CARRIER_IN_TYPE = 0x8, ML_LDOUBLE_TYPE = 0x10, ML_SIGNED_TYPE = 0x20 } |
| enum | { MLMaxImageDimension = 6 } |
| The default dimension of images in the ML. More... | |
Functions | |
| class | ML_UNIX_ONLY_EXPORT (MLEXPORT) PageRequestCursor |
| A cursor to create page and tile requests in an iterative manner, to allow breaking/resuming at any time and to avoid a recursive tree traversal which can not be easily resumed. | |
| MLEXPORT void | MLInitFields () |
| Initialize all standard fields of the ML. | |
| template<typename T > | |
| TSubImage< T > * | tsubimg_cast (SubImage *subImg) |
| template<typename T > | |
| const TSubImage< T > * | tsubimg_cast (const SubImage *subImg) |
| template<typename T > | |
| TSubImage< T > & | tsubimg_cast (SubImage &subImg) |
| template<typename T > | |
| const TSubImage< T > & | tsubimg_cast (const SubImage &subImg) |
| ArgumentList0 | MLGenerateArgumentList () |
| Creates argument list with 0 arguments. | |
| template<class Arg1 > | |
| ArgumentList1< Arg1 > | MLGenerateArgumentList (const Arg1 &arg1) |
| Create argument list with 1 argument. | |
| template<class Arg1 , class Arg2 > | |
| ArgumentList2< Arg1, Arg2 > | MLGenerateArgumentList (const Arg1 &arg1, const Arg2 &arg2) |
| Creates argument list with 2 arguments. | |
| template<class Arg1 , class Arg2 , class Arg3 > | |
| ArgumentList3< Arg1, Arg2, Arg3 > | MLGenerateArgumentList (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3) |
| Creates argument list with 3 arguments. | |
| template<class Arg1 , class Arg2 , class Arg3 , class Arg4 > | |
| ArgumentList4< Arg1, Arg2, Arg3, Arg4 > | MLGenerateArgumentList (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4) |
| Creates argument list with 4 arguments. | |
| template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 > | |
| ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 > | MLGenerateArgumentList (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4, const Arg5 &arg5) |
| Creates argument list with 5 arguments. | |
| template<class Object , class Method > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList0 &) |
| Calls a method on given object with 0 arguments. | |
| template<class Object , class Method , class Arg1 > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList1< Arg1 > &args) |
| Calls a method on given object with 1 argument. | |
| template<class Object , class Method , class Arg1 , class Arg2 > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList2< Arg1, Arg2 > &args) |
| Calls a method on given object with 2 arguments. | |
| template<class Object , class Method , class Arg1 , class Arg2 , class Arg3 > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList3< Arg1, Arg2, Arg3 > &args) |
| Calls a method on given object with 3 arguments. | |
| template<class Object , class Method , class Arg1 , class Arg2 , class Arg3 , class Arg4 > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList4< Arg1, Arg2, Arg3, Arg4 > &args) |
| Calls a method on given object with 4 arguments. | |
| template<class Object , class Method , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 > | |
| void | MLCallMethodWithArguments (Object *object, Method method, const ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 > &args) |
| Calls a method on given object with 5 arguments. | |
| void | intrusive_ptr_add_ref (const ml::RefCountedBase *p) |
| void | intrusive_ptr_release (const ml::RefCountedBase *p) |
| template<typename T > | |
| bool | vector_contains (const std::vector< T > &vec, const T &value) |
Helper template that searches for value in given vector vec and returns true if it was found. | |
| template<typename T > | |
| bool | vector_remove (std::vector< T > &vec, const T &value) |
Helper template that removes the first occurrence of value in given vector vec and returns true if it was found. | |
| template<typename T > | |
| void | vector_remove_all (std::vector< T > &vec, const T &value) |
Helper template that removes the first occurrence of value in given vector vec and returns true if it was found. | |
| template<typename T > | |
| bool | vector_replace_by_NULL (std::vector< T > &vec, const T &value) |
Helper template that replaces the first occurrence of value in given vector vec with NULL and returns true if it was found. | |
| template<class OBJ_TYPE > | |
| void | MLSwap (OBJ_TYPE &obj1, OBJ_TYPE &obj2) |
| Swaps two objects obj1 and obj2. | |
| template<class BASE_TYPE > | |
| BASE_TYPE | MLInverseMatHelper (const BASE_TYPE &origMat, bool *isInvertible, const ML_TYPENAME BASE_TYPE::ComponentType, const char *const ZeroDetErrString, const BASE_TYPE &Identity, const size_t Dim) |
| Computes an N dimensional inverse from given default parameters. | |
| template<class DT , class DT2 > | |
| Tvec3< DT > | operator* (const Tmat3< DT > &a, const Tvec3< DT2 > &v) |
| Normal multiplication of 3x3 matrix a with 3d vector v with a Tvec3 as result. | |
| template<class DT , class DT2 > | |
| Tvec3< DT > | operator* (const Tvec3< DT > &v, const Tmat3< DT2 > &a) |
| Normal multiplication of 3d vector v with 3x3 matrix with a Tvec3 as result. | |
| template<class DT , class DT2 > | |
| Tvec3< DT > | operator* (const Tmat4< DT > &a, const Tvec3< DT2 > &v) |
| Interpret v as a 4d homogeneous point and multiply the 4x4 matrix M with it and return a Tvec3 after normalizing the result by dividing by the fourth component. | |
| template<class DT , class DT2 > | |
| Tvec3< DT > | operator* (const Tvec3< DT > &v, const Tmat4< DT2 > &a) |
| Interpret v as a 4d homogeneous point and multiply it with the 4x4 matrix M and return a Tvec3 after normalizing the result by dividing by the fourth component. | |
| template<class DT , class DT2 > | |
| Tvec3< DT > | operator^ (const Tvec3< DT > &a, const Tvec3< DT2 > &b) |
| Return a vector orthogonal to a and b. | |
| template<class DT > | |
| Tvec4< DT > | operator* (const Tmat4< DT > &a, const Tvec4< DT > &v) |
| Multiplies 4x4 matrix a with vector v. | |
| template<class DT > | |
| Tvec4< DT > | operator* (const Tvec4< DT > &v, const Tmat4< DT > &a) |
| Multiplies vector v with 4x4 matrix a. | |
| template<class DT > | |
| Tvec5< DT > | operator* (const Tmat5< DT > &a, const Tvec5< DT > &v) |
| Multiplies 5x5 matrix a with vector v. | |
| template<class DT > | |
| Tvec5< DT > | operator* (const Tvec5< DT > &v, const Tmat5< DT > &a) |
| Multiplies vector v with 5x5 matrix a. | |
ML initialization and destruction | |
| MLEXPORT MLint32 | initML () |
| Initializes the ML, the runtime type system, the memory manager, fields, static buffers, error and debug printings etc. | |
| MLEXPORT void | destroyML () |
| Delete dynamic data structures allocated by initML. | |
| MLEXPORT void | setMLEnvironment () |
| Set ML state dependent on environment variables. | |
Casting of SubImage to TSubImage<T> | |
| template<typename T > | |
| TSubImage< T > & | tsubimage_cast (SubImage &subImg) |
| The tsubimage_cast allows to cast a SubImage (pointer or reference) to a typed TSubImage<T> (pointer or reference). | |
| template<typename T > | |
| const TSubImage< T > & | tsubimage_cast (const SubImage &subImg) |
| template<typename T > | |
| TSubImage< T > * | tsubimage_cast (SubImage *subImg) |
| template<typename T > | |
| const TSubImage< T > * | tsubimage_cast (const SubImage *subImg) |
mlMin/mlMax Templates in ML namespace | |
| template<typename T > | |
| T | mlMin (T a, T b) |
Defines ML specific min template since min template is platform dependent. | |
| template<typename T > | |
| T | mlMax (T a, T b) |
Defines ML specific max template since max template is platform dependent. | |
| template<typename T > | |
| T | mlAbs (T a) |
Defines ML specific abs template since only type depended library functions exists. | |
Standalone functions for FloatingPointVector. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator+= (FloatingPointVector< T, size, DataContainer > &op1, const FloatingPointVector< T, size, DataContainer > &buffer) |
| Arithmetic assignment: Component wise addition. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator-= (FloatingPointVector< T, size, DataContainer > &op1, const FloatingPointVector< T, size, DataContainer > &buffer) |
| Arithmetic assignment: Component wise subtraction of buffer from *this. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator*= (FloatingPointVector< T, size, DataContainer > &op1, MLdouble value) |
| Arithmetic assignment: Component wise multiplication *this with scalar value. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator*= (FloatingPointVector< T, size, DataContainer > &op1, const FloatingPointVector< T, size, DataContainer > &op2) |
| Arithmetic assignment: Component wise multiplication *this with a vector of the same size. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator/= (FloatingPointVector< T, size, DataContainer > &op1, MLdouble value) |
| Arithmetic assignment: Component wise division of *this by scalar value. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > & | operator/= (FloatingPointVector< T, size, DataContainer > &op1, const FloatingPointVector< T, size, DataContainer > &op2) |
| Arithmetic assignment: Component wise division of *this by the values of a vector of the same size. | |
| template<class T , size_t size, class DataContainer > | |
| bool | operator! (const FloatingPointVector< T, size, DataContainer > &a) |
| Returns true if all components are 0, otherwise returns false. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator+ (FloatingPointVector< T, size, DataContainer > lhs, const FloatingPointVector< T, size, DataContainer > &rhs) |
| Return value is the component wise addition of lhs and rhs. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator- (FloatingPointVector< T, size, DataContainer > lhs, const FloatingPointVector< T, size, DataContainer > &rhs) |
| Return value is the component wise subtraction of rhs from lhs. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator+ (const FloatingPointVector< T, size, DataContainer > &buffer) |
| Unary plus, for completeness and for those who really want to use that. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator- (const FloatingPointVector< T, size, DataContainer > &buffer) |
| Unary minus, all components of the vector are multiplied with -1. | |
| template<class T , size_t size, class DataContainer > | |
| T | operator* (const FloatingPointVector< T, size, DataContainer > &a, const FloatingPointVector< T, size, DataContainer > &b) |
| Dot product, returns a.dot(b). | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator* (FloatingPointVector< T, size, DataContainer > lhs, MLdouble rhs) |
| Component wise multiplication of lhs with rhs. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator* (MLdouble lhs, FloatingPointVector< T, size, DataContainer > rhs) |
| Component wise multiplication of rhs with lhs. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | operator/ (FloatingPointVector< T, size, DataContainer > lhs, MLdouble rhs) |
| Component wise division of lhs by specialied rhs of type MLdouble. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compMin (FloatingPointVector< T, size, DataContainer > buffer1, const FloatingPointVector< T, size, DataContainer > &buffer2) |
| Component wise minimum of buffer1 and buffer2. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compMax (FloatingPointVector< T, size, DataContainer > buffer1, const FloatingPointVector< T, size, DataContainer > &buffer2) |
| Component wise maximum of buffer1 and buffer2. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compAbs (FloatingPointVector< T, size, DataContainer > a) |
| Return vector with all components from a without negative sign. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compSqr (FloatingPointVector< T, size, DataContainer > a) |
| Return vector with all components from a squared. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compSqrt (FloatingPointVector< T, size, DataContainer > a) |
| Return vector with all components from a square-rooted. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | compDiv (FloatingPointVector< T, size, DataContainer > a, const FloatingPointVector< T, size, DataContainer > &d) |
| Component wise division of a / d. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | clampMin (FloatingPointVector< T, size, DataContainer > a, const FloatingPointVector< T, size, DataContainer > &m) |
| Return new vector with all components from a clamped to minimum m. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | clampMax (FloatingPointVector< T, size, DataContainer > a, const FloatingPointVector< T, size, DataContainer > &m) |
| Return new vector with all components from a clamped to maximum m. | |
| template<class T , size_t size, class DataContainer > | |
| FloatingPointVector< T, size, DataContainer > | clamp (FloatingPointVector< T, size, DataContainer > a, const FloatingPointVector< T, size, DataContainer > &lower, const FloatingPointVector< T, size, DataContainer > &upper) |
| Return new vector with all components from a clamped to range [lower, upper]. | |
| template<class T , size_t size, class DataContainer > | |
| T | compMul (const FloatingPointVector< T, size, DataContainer > &a) |
| Return product of all components. | |
Functions and operators for class Tmat2. | |
| template<class DT > | |
| Tmat2< DT > | operator* (const Tmat2< DT > &a, const Tmat2< DT > &b) |
| template<class DT > | |
| bool | operator== (const Tmat2< DT > &a, const Tmat2< DT > &b) |
| a == b ? Return true if yes. | |
| template<class DT > | |
| bool | operator!= (const Tmat2< DT > &a, const Tmat2< DT > &b) |
| a != b ? Return true if yes. | |
Standalone functions and operators for class Tmat2. | |
| template<class DT > | |
| Tmat2< DT > | operator- (const Tmat2< DT > &a) |
| Returns matrix a with all values negated. | |
| template<class DT > | |
| Tmat2< DT > | operator+ (const Tmat2< DT > &a, const Tmat2< DT > &b) |
| Returns component wise sum of matrix a and matrix b. | |
| template<class DT > | |
| Tmat2< DT > | operator- (const Tmat2< DT > &a, const Tmat2< DT > &b) |
| Returns component wise difference of matrix a and matrix b. | |
| template<class DT > | |
| Tmat2< DT > | operator* (const Tmat2< DT > &a, DT d) |
| Returns the component wise multiplication of matrix a with scalar d. | |
| template<class DT > | |
| Tmat2< DT > | operator* (const DT d, const Tmat2< DT > &a) |
| Returns the component wise multiplication of scalar d with matrix a. | |
| template<class DT > | |
| Tmat2< DT > | operator/ (const Tmat2< DT > &a, const DT d) |
| Return the component wise division of matrix a by scalar d. | |
| template<class DT > | |
| Tvec2< DT > | operator* (const Tmat2< DT > &a, const Tvec2< DT > &v) |
| Normal multiplication of 2x2 matrix a with 2D vector v with a Tvec2 | |
| template<class DT > | |
| Tvec2< DT > | operator* (const Tvec2< DT > &v, const Tmat2< DT > &a) |
| Normal multiplication of 2D vector v with 2x2 matrix with a Tvec2 | |
Global operators and functions of class Tmat3. | |
| template<class DT > | |
| Tmat3< DT > | operator- (const Tmat3< DT > &a) |
| Returns matrix a with all values negated. | |
| template<class DT > | |
| Tmat3< DT > | operator+ (const Tmat3< DT > &a, const Tmat3< DT > &b) |
| Returns component wise sum of matrix a and matrix b. | |
| template<class DT > | |
| Tmat3< DT > | operator- (const Tmat3< DT > &a, const Tmat3< DT > &b) |
| Returns component wise difference of matrix a and matrix b. | |
| template<class DT > | |
| Tmat3< DT > | operator* (const Tmat3< DT > &a, const DT d) |
| Returns the component wise multiplication of matrix a with scalar d. | |
| template<class DT > | |
| Tmat3< DT > | operator* (const DT d, const Tmat3< DT > &a) |
| Returns the component wise multiplication of scalar d with matrix a. | |
| template<class DT > | |
| Tmat3< DT > | operator/ (const Tmat3< DT > &a, const DT d) |
| Return the component wise division of matrix a by scalar d. | |
Special Functions | |
| template<class DT > | |
| Tmat3< DT > | operator* (const Tmat3< DT > &a, const Tmat3< DT > &b) |
| Matrix 3 product. | |
| template<class DT > | |
| bool | operator== (const Tmat3< DT > &a, const Tmat3< DT > &b) |
| a == b ? Return true if yes, otherwise false. | |
| template<class DT > | |
| bool | operator!= (const Tmat3< DT > &a, const Tmat3< DT > &b) |
| a != b ? Return true if yes, otherwise false. | |
| template<class DT > | |
| Tmat3< DT > | identity2D () |
| Returns a 3x3 homogeneous identity2D matrix; synonym for Tmat3<DT>::getIdentity(). | |
| template<class DT > | |
| Tmat3< DT > | translation2D (const Tvec2< DT > &v) |
| Returns a 2D translation matrix as 3D homogeneous matrix where the translation is located in the right colum. | |
| template<class DT > | |
| Tmat3< DT > | rotation2D (const Tvec2< DT > &Center, const DT angleDeg) |
| Returns a 2D rotation matrix as 3D homogeneous matrix where center specifies the center of rotation. | |
| template<class DT > | |
| Tmat3< DT > | scaling2D (const Tvec2< DT > &scaleVector) |
| Returns a 2D scale matrix as 3D homogeneous matrix. | |
Functions and operators for class Tmat4. | |
| template<class DT > | |
| Tmat4< DT > | operator* (const Tmat4< DT > &a, const Tmat4< DT > &b) |
| a * b. Standard matrix multiplication. | |
| template<class DT > | |
| bool | operator== (const Tmat4< DT > &a, const Tmat4< DT > &b) |
| a == b ? Return true if yes. | |
| template<class DT > | |
| bool | operator!= (const Tmat4< DT > &a, const Tmat4< DT > &b) |
| a != b ? Return true if yes. | |
Global functions and operators for class Tmat4. | |
| template<class DT > | |
| Tmat4< DT > | operator- (const Tmat4< DT > &a) |
| Returns matrix a with all values negated. | |
| template<class DT > | |
| Tmat4< DT > | operator+ (const Tmat4< DT > &a, const Tmat4< DT > &b) |
| Returns component wise sum of matrix a and matrix b. | |
| template<class DT > | |
| Tmat4< DT > | operator- (const Tmat4< DT > &a, const Tmat4< DT > &b) |
| Returns component wise difference of matrix a and matrix b. | |
| template<class DT > | |
| Tmat4< DT > | operator* (const Tmat4< DT > &a, const DT d) |
| Returns the component wise multiplication of matrix a with scalar d. | |
| template<class DT > | |
| Tmat4< DT > | operator* (const DT d, const Tmat4< DT > &a) |
| Returns the component wise multiplication of scalar d with matrix a. | |
| template<class DT > | |
| Tmat4< DT > | operator/ (const Tmat4< DT > &a, const DT d) |
| Return the component wise division of matrix a by scalar d. | |
Tmat4<DT> member functions | |
| template<class DT > | |
| Tmat4< DT > | identity3D () |
| Returns a 4x4 homogeneous identity3D matrix; synonym for Tmat4<DT>::getIdentity(). | |
| template<class DT > | |
| Tmat4< DT > | translation3D (const Tvec3< DT > &v) |
| Returns a 4x4 homogeneous translation matrix with default identity matrix contents and the upper three components in right column given by 3D vector v. | |
| template<class DT > | |
| Tmat4< DT > | rotation3D (Tvec3< DT > Axis, const DT angleRad) |
| Returns a 4x4 homogeneous 3D rotation matrix describing a rotation with angle angleRad around axis Axis where center specifies the center of rotation. | |
| template<class DT > | |
| Tmat4< DT > | scaling3D (const Tvec3< DT > &scaleVector) |
| Scaling 3D. | |
| template<class DT > | |
| Tmat4< DT > | perspective3D (const DT d) |
| Create a 4x4 homogeneous perspective projection matrix with perspective shortening value given by d which must differ from zero to avoid errors. | |
Standalone operators of class Tmat5. | |
| template<class DT > | |
| Tmat5< DT > | operator- (const Tmat5< DT > &a) |
| Returns matrix a with all values negated. | |
| template<class DT > | |
| Tmat5< DT > | operator+ (const Tmat5< DT > &a, const Tmat5< DT > &b) |
| Returns component wise sum of matrix a and matrix b. | |
| template<class DT > | |
| Tmat5< DT > | operator- (const Tmat5< DT > &a, const Tmat5< DT > &b) |
| Returns component wise difference of matrix a and matrix b. | |
| template<class DT > | |
| Tmat5< DT > | operator* (const Tmat5< DT > &a, const DT d) |
| Returns the component wise multiplication of matrix a with scalar d. | |
| template<class DT > | |
| Tmat5< DT > | operator* (const DT d, const Tmat5< DT > &a) |
| Returns the component wise multiplication of scalar d with matrix a. | |
| template<class DT > | |
| Tmat5< DT > | operator/ (const Tmat5< DT > &a, const DT d) |
| Return the component wise division of matrix a by scalar d. | |
Special Functions | |
| template<class DT > | |
| Tmat5< DT > | operator* (const Tmat5< DT > &a, const Tmat5< DT > &b) |
| Matrix product. | |
| template<class DT > | |
| bool | operator== (const Tmat5< DT > &a, const Tmat5< DT > &b) |
| a == b ? Return true if yes, otherwise false. | |
| template<class DT > | |
| bool | operator!= (const Tmat5< DT > &a, const Tmat5< DT > &b) |
| a != b ? Return true if yes, otherwise false. | |
Standalone operators of class Tmat6. | |
| template<class DT > | |
| Tmat6< DT > | operator- (const Tmat6< DT > &a) |
| Returns matrix a with all values negated. | |
| template<class DT > | |
| Tmat6< DT > | operator+ (const Tmat6< DT > &a, const Tmat6< DT > &b) |
| Returns component wise sum of matrix a and matrix b. | |
| template<class DT > | |
| Tmat6< DT > | operator- (const Tmat6< DT > &a, const Tmat6< DT > &b) |
| Returns component wise difference of matrix a and matrix b. | |
| template<class DT > | |
| Tmat6< DT > | operator* (const Tmat6< DT > &a, const DT d) |
| Returns the component wise multiplication of matrix a with scalar d. | |
| template<class DT > | |
| Tmat6< DT > | operator* (const DT d, const Tmat6< DT > &a) |
| Returns the component wise multiplication of scalar d with matrix a. | |
| template<class DT > | |
| Tmat6< DT > | operator/ (const Tmat6< DT > &a, const DT d) |
| Return the component wise division of matrix a by scalar d. | |
Special Functions | |
| template<class DT > | |
| Tmat6< DT > | operator* (const Tmat6< DT > &a, const Tmat6< DT > &b) |
| Matrix product. | |
| template<class DT > | |
| bool | operator== (const Tmat6< DT > &a, const Tmat6< DT > &b) |
| a == b ? Return true if yes, otherwise false. | |
| template<class DT > | |
| bool | operator!= (const Tmat6< DT > &a, const Tmat6< DT > &b) |
| a != b ? Return true if yes, otherwise false. | |
| template<class DT > | |
| Tvec6< DT > | operator* (const Tmat6< DT > &a, const Tvec6< DT > &v) |
| Multiplies 6x6 matrix a with vector v. | |
| template<class DT > | |
| Tvec6< DT > | operator* (const Tvec6< DT > &v, const Tmat6< DT > &a) |
| Multiplies vector v with 6x6 matrix a. | |
Variables | |
| ML_LINEAR_ALGEBRA_EXPORT typedef TImageVector< MLint > | ImageVector |
| Defines the standard ImageVector type which is used by the ML for indexing and coordinates. | |
| const MLint | _ML_STD_SLEN = 64 |
| Length of strings for component descriptions and class names. | |
| ML_UTILS_EXPORT ErrorOutput | MLErrorOutput |
| This is a singleton used for all ML Error input and output;. | |
| ML_UTILS_EXPORT Notify | MLNotify |
| Singleton which contains all registered callback functions of the ML. | |
| ML_UTILS_EXPORT TraceBuffer < MLGlobalTraceBufferType > | MLGlobalTraceBuffer |
| This is a global singleton of the TraceBuffer class. | |
Deprecated | |
| ML_LINEAR_ALGEBRA_EXPORT typedef ImageVector | Vector |
Values to be used in the setup of a TypedCalculateOutputImageHandler/TypedProcessAllPagesHandler | |
| const int | MLVariableType0 = _ML_SWITCH_SELECT_OFFSET |
| Defines to use the result type of variable type 0. | |
| const int | MLVariableType1 = _ML_SWITCH_SELECT_OFFSET+1 |
| Defines to use the result type of variable type 1. | |
| const int | MLVariableType2 = _ML_SWITCH_SELECT_OFFSET+2 |
| Defines to use the result type of variable type 2. | |
| const int | MLVariableType3 = _ML_SWITCH_SELECT_OFFSET+3 |
| Defines to use the result type of variable type 3. | |
ml.
Macro to put all following stuff into the namespace ml to avoid collisions with symbols of other libraries. Use END_NAMESPACE_ML to close the namespace. Closes the namespace for all ML stuff after the usage of ML_UTILS_START_NAMESPACE.
| typedef ModuleTools ml::BaseOpTools |
| typedef void ml::CalculateOutputImagePropertiesCB(void *userData, PagedImage *outImage) |
Callback for the calculation of the output image properties for outputImage.
Definition at line 29 of file mlModuleInterfaces.h.
| typedef std::vector<ImagePropertyExtension*> ml::ImagePropertyExtensionVector |
Define the STL container type of ImagePropertyExtension objects.
Definition at line 89 of file mlImagePropertyExtension.h.
Definition at line 71 of file mlInputSubImageProperties.h.
| typedef boost::mutex::scoped_lock ml::Lock |
Define the standard mat2 type, using double.
Definition at line 747 of file mlMatrix2.h.
| typedef Matrix2Field ml::Mat2Field |
Define the standard mat3 type, using double.
Definition at line 968 of file mlMatrix3.h.
| typedef Matrix3Field ml::Mat3Field |
Define the standard mat4 type, using double.
Definition at line 982 of file mlMatrix4.h.
| typedef Matrix4Field ml::Mat4Field |
Define the standard mat5 type, using double.
Definition at line 944 of file mlMatrix5.h.
| typedef Matrix5Field ml::Mat5Field |
Define the standard mat6 type, using double.
Definition at line 976 of file mlMatrix6.h.
| typedef Matrix6Field ml::Mat6Field |
A floating point 2x2 matrix.
Definition at line 735 of file mlMatrix2.h.
A floating point 3x3 matrix.
Definition at line 956 of file mlMatrix3.h.
A floating point 4x4 matrix.
Definition at line 970 of file mlMatrix4.h.
A floating point 5x5 matrix.
Definition at line 932 of file mlMatrix5.h.
A floating point 6x6 matrix.
Definition at line 964 of file mlMatrix6.h.
| typedef Tmat2<MLldouble> ml::matld2 |
A long double double 2x2 matrix.
Definition at line 743 of file mlMatrix2.h.
| typedef Tmat3<MLldouble> ml::matld3 |
A long double double 3x3 matrix.
Definition at line 964 of file mlMatrix3.h.
| typedef Tmat4<MLldouble> ml::matld4 |
A long double double 4x4 matrix.
Definition at line 978 of file mlMatrix4.h.
| typedef Tmat5<MLldouble> ml::matld5 |
A long double double 5x5 matrix.
Definition at line 940 of file mlMatrix5.h.
| typedef Tmat6<MLldouble> ml::matld6 |
A long double double 6x6 matrix.
Definition at line 972 of file mlMatrix6.h.
| typedef Tmat2<MLdouble> ml::Matrix2 |
| typedef Tmat2<MLdouble> ml::Matrix2d |
| typedef Tmat2<MLfloat> ml::Matrix2f |
| typedef Tmat2<MLldouble> ml::Matrix2ld |
| typedef Tmat3<MLdouble> ml::Matrix3 |
| typedef Tmat3<MLdouble> ml::Matrix3d |
| typedef Tmat3<MLfloat> ml::Matrix3f |
| typedef Tmat3<MLldouble> ml::Matrix3ld |
| typedef Tmat4<MLdouble> ml::Matrix4 |
| typedef Tmat4<MLdouble> ml::Matrix4d |
| typedef Tmat4<MLfloat> ml::Matrix4f |
| typedef Tmat4<MLldouble> ml::Matrix4ld |
| typedef Tmat5<MLdouble> ml::Matrix5 |
| typedef Tmat5<MLdouble> ml::Matrix5d |
| typedef Tmat5<MLfloat> ml::Matrix5f |
| typedef Tmat5<MLldouble> ml::Matrix5ld |
| typedef Tmat6<MLdouble> ml::Matrix6 |
| typedef Tmat6<MLdouble> ml::Matrix6d |
| typedef Tmat6<MLfloat> ml::Matrix6f |
| typedef Tmat6<MLldouble> ml::Matrix6ld |
| typedef MemoryImage ml::MemoryImg |
| typedef MLuint16 ml::MLGlobalTraceBufferType |
| typedef PagedImage ml::PagedImg |
| typedef TQuaternion<MLdouble> ml::Quaternion |
Define the default Quaternion type which is used by the ML; it uses double as component type.
Definition at line 1037 of file mlQuaternion.h.
| typedef TQuaternion<MLdouble> ml::Quaterniond |
The default Quaternion type used in the ML as specialization from TQuaternion
.
Definition at line 1031 of file mlQuaternion.h.
| typedef TQuaternion<MLfloat> ml::Quaternionf |
A smaller Quaternion type as specialization from TQuaternion
.
Definition at line 1028 of file mlQuaternion.h.
| typedef TQuaternion<MLldouble> ml::Quaternionld |
A large Quaternion type for further extensions of the ML as specialization from TQuaternion
.
Definition at line 1034 of file mlQuaternion.h.
| typedef boost::recursive_mutex::scoped_lock ml::RecursiveLock |
| typedef TScaleShiftData<MLldouble> ml::ScaleShiftData |
Long double version of TScaleShiftData for maximum precision.
Definition at line 251 of file mlScaleShiftData.h.
| typedef TSubImageBox<MLint> ml::SubImageBox |
Define the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type.
Definition at line 303 of file mlSubImageBox.h.
| typedef SubImage ml::SubImg |
| typedef SubImageBox ml::SubImgBox |
| typedef TSubImageBox<MLint16> ml::SubImgBox16 |
Definition at line 310 of file mlSubImageBox.h.
| typedef TSubImageBox<MLint32> ml::SubImgBox32 |
Definition at line 314 of file mlSubImageBox.h.
| typedef TSubImageBox<MLint64> ml::SubImgBox64 |
Definition at line 318 of file mlSubImageBox.h.
| typedef SubImageBoxd ml::SubImgBoxf |
| typedef SubImageBoxdField ml::SubImgBoxfField |
| typedef SubImageBoxField ml::SubImgBoxField |
Definition at line 2442 of file mlFields.h.
| typedef boost::thread ml::Thread |
Definition at line 33 of file mlThread.h.
| typedef void ml::TileRequestFinishedCB(void *data, TileRequest *request) |
| typedef Vector10Field ml::Vec10fField |
| typedef Vector2Field ml::Vec2fField |
| typedef Vector3Field ml::Vec3fField |
| typedef Vector4Field ml::Vec4fField |
| typedef Vector5Field ml::Vec5fField |
| typedef Vector6Field ml::Vec6fField |
| typedef Tvec10<MLdouble> ml::vecd10 |
| typedef Tvec16<MLdouble> ml::vecd16 |
| typedef Tvec32<MLdouble> ml::vecd32 |
| typedef Tvec64<MLdouble> ml::vecd64 |
| typedef Tvec10<MLfloat> ml::vecf10 |
| typedef Tvec16<MLfloat> ml::vecf16 |
| typedef Tvec32<MLfloat> ml::vecf32 |
| typedef Tvec64<MLfloat> ml::vecf64 |
| typedef Tvec10<MLldouble> ml::vecld10 |
| typedef Tvec16<MLldouble> ml::vecld16 |
| typedef Tvec2<MLldouble> ml::vecld2 |
| typedef Tvec3<MLldouble> ml::vecld3 |
| typedef Tvec32<MLldouble> ml::vecld32 |
| typedef Tvec4<MLldouble> ml::vecld4 |
| typedef Tvec5<MLldouble> ml::vecld5 |
| typedef Tvec6<MLldouble> ml::vecld6 |
| typedef Tvec64<MLldouble> ml::vecld64 |
| typedef Tvec7<MLldouble> ml::vecld7 |
| typedef Tvec8<MLldouble> ml::vecld8 |
| typedef Tvec9<MLldouble> ml::vecld9 |
| typedef Tvec10<MLdouble> ml::Vector10 |
| typedef Tvec10<MLdouble> ml::Vector10d |
| typedef Tvec10<MLfloat> ml::Vector10f |
| typedef Tvec10<MLldouble> ml::Vector10ld |
| typedef Tvec16<MLdouble> ml::Vector16 |
| typedef Tvec16<MLdouble> ml::Vector16d |
| typedef Tvec16<MLfloat> ml::Vector16f |
| typedef Tvec16<MLldouble> ml::Vector16ld |
| typedef Tvec2<MLdouble> ml::Vector2 |
| typedef Tvec2<MLdouble> ml::Vector2d |
| typedef Tvec2<MLfloat> ml::Vector2f |
| typedef Tvec2<MLldouble> ml::Vector2ld |
| typedef Tvec3<MLdouble> ml::Vector3 |
| typedef Tvec32<MLdouble> ml::Vector32 |
| typedef Tvec32<MLdouble> ml::Vector32d |
| typedef Tvec32<MLfloat> ml::Vector32f |
| typedef Tvec32<MLldouble> ml::Vector32ld |
| typedef Tvec3<MLdouble> ml::Vector3d |
| typedef Tvec3<MLfloat> ml::Vector3f |
| typedef Tvec3<MLldouble> ml::Vector3ld |
| typedef Tvec4<MLdouble> ml::Vector4 |
| typedef Tvec4<MLdouble> ml::Vector4d |
| typedef Tvec4<MLfloat> ml::Vector4f |
| typedef Tvec4<MLldouble> ml::Vector4ld |
| typedef Tvec5<MLdouble> ml::Vector5 |
| typedef Tvec5<MLdouble> ml::Vector5d |
| typedef Tvec5<MLfloat> ml::Vector5f |
| typedef Tvec5<MLldouble> ml::Vector5ld |
| typedef Tvec6<MLdouble> ml::Vector6 |
| typedef Tvec64<MLdouble> ml::Vector64 |
| typedef Tvec64<MLdouble> ml::Vector64d |
| typedef Tvec64<MLfloat> ml::Vector64f |
| typedef Tvec64<MLldouble> ml::Vector64ld |
| typedef Tvec6<MLdouble> ml::Vector6d |
| typedef Tvec6<MLfloat> ml::Vector6f |
| typedef Tvec6<MLldouble> ml::Vector6ld |
| typedef Tvec7<MLdouble> ml::Vector7 |
| typedef Tvec7<MLdouble> ml::Vector7d |
| typedef Tvec7<MLfloat> ml::Vector7f |
| typedef Tvec7<MLldouble> ml::Vector7ld |
| typedef Tvec8<MLdouble> ml::Vector8 |
| typedef Tvec8<MLdouble> ml::Vector8d |
| typedef Tvec8<MLfloat> ml::Vector8f |
| typedef Tvec8<MLldouble> ml::Vector8ld |
| typedef Tvec9<MLdouble> ml::Vector9 |
| typedef Tvec9<MLdouble> ml::Vector9d |
| typedef Tvec9<MLfloat> ml::Vector9f |
| typedef Tvec9<MLldouble> ml::Vector9ld |
| typedef int ml::VectorDimIdxType |
Signed integer type used as count and index type to traverse the array of the TVector.
Definition at line 24 of file mlIntegerVector.h.
| typedef ImageVectorField ml::VectorField |
| anonymous enum |
TreeNode exceptions.
They have been placed outside of the class to prevent the user from having to add TreeNodeException:: at the beginning of each code. Do not forget to edit the array TreeNodeException::_stdErrorMsg[] when modifying the enum.
Definition at line 47 of file mlTreeNode.h.
| anonymous enum |
| anonymous enum |
| ML_INTEGER_TYPE | |
| ML_FLOAT_TYPE | |
| ML_CARRIER_OUT_TYPE | |
| ML_CARRIER_IN_TYPE | |
| ML_LDOUBLE_TYPE | |
| ML_SIGNED_TYPE |
Definition at line 79 of file mlTypeTraits.h.
| FloatingPointVector< T, size, DataContainer > clamp | ( | FloatingPointVector< T, size, DataContainer > | a, | |
| const FloatingPointVector< T, size, DataContainer > & | lower, | |||
| const FloatingPointVector< T, size, DataContainer > & | upper | |||
| ) | [inline] |
Return new vector with all components from a clamped to range [lower, upper].
Not that that does not hold if components in lower are greater than their corresponding ones in upper. See FloatingPointVector<T, size, DataContainer>::clamp().
Definition at line 578 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::clampMax(), and ml::FloatingPointVector< T, size, DataContainer >::clampMin().
| FloatingPointVector< T, size, DataContainer > clampMax | ( | FloatingPointVector< T, size, DataContainer > | a, | |
| const FloatingPointVector< T, size, DataContainer > & | m | |||
| ) | [inline] |
Return new vector with all components from a clamped to maximum m.
See FloatingPointVector<T, size, DataContainer>::clampMax().
Definition at line 563 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::clampMax().
| FloatingPointVector< T, size, DataContainer > clampMin | ( | FloatingPointVector< T, size, DataContainer > | a, | |
| const FloatingPointVector< T, size, DataContainer > & | m | |||
| ) | [inline] |
Return new vector with all components from a clamped to minimum m.
See FloatingPointVector<T, size, DataContainer>::clampMin().
Definition at line 550 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::clampMin().
| FloatingPointVector< T, size, DataContainer > compAbs | ( | FloatingPointVector< T, size, DataContainer > | a | ) | [inline] |
Return vector with all components from a without negative sign.
Definition at line 502 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compAbs().
Referenced by ml::TVector< TVector6DBase< intT > >::compAbs().
| FloatingPointVector< T, size, DataContainer > compDiv | ( | FloatingPointVector< T, size, DataContainer > | a, | |
| const FloatingPointVector< T, size, DataContainer > & | d | |||
| ) | [inline] |
Component wise division of a / d.
Division by zeros are not handled and must be avoided by caller.
Definition at line 537 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compDiv().
| FloatingPointVector< T, size, DataContainer > compMax | ( | FloatingPointVector< T, size, DataContainer > | buffer1, | |
| const FloatingPointVector< T, size, DataContainer > & | buffer2 | |||
| ) | [inline] |
Component wise maximum of buffer1 and buffer2.
Definition at line 490 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compMax().
Referenced by ml::SubImageBoxd::clamp(), ml::TVector< TVector6DBase< intT > >::compMax(), and ml::SubImageBoxd::intersect().
| FloatingPointVector< T, size, DataContainer > compMin | ( | FloatingPointVector< T, size, DataContainer > | buffer1, | |
| const FloatingPointVector< T, size, DataContainer > & | buffer2 | |||
| ) | [inline] |
Component wise minimum of buffer1 and buffer2.
Definition at line 478 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compMin().
Referenced by ml::SubImageBoxd::clamp(), ml::TVector< TVector6DBase< intT > >::compMin(), and ml::SubImageBoxd::intersect().
| T compMul | ( | const FloatingPointVector< T, size, DataContainer > & | a | ) | [inline] |
Return product of all components.
Definition at line 592 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compMul().
Referenced by ml::TVector< TVector6DBase< intT > >::compMul(), ml::TSubImageBox< MLint >::getNumVoxels(), and ml::ImageProperties::getNumVoxels().
| FloatingPointVector< T, size, DataContainer > compSqr | ( | FloatingPointVector< T, size, DataContainer > | a | ) | [inline] |
Return vector with all components from a squared.
Definition at line 513 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compSqr().
| FloatingPointVector< T, size, DataContainer > compSqrt | ( | FloatingPointVector< T, size, DataContainer > | a | ) | [inline] |
Return vector with all components from a square-rooted.
Definition at line 525 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::compSqrt().
| MLEXPORT void ml::destroyML | ( | ) |
Delete dynamic data structures allocated by initML.
| Tmat3<DT> ml::identity2D | ( | ) | [inline] |
Returns a 3x3 homogeneous identity2D matrix; synonym for Tmat3<DT>::getIdentity().
Definition at line 710 of file mlMatrix3.h.
References ml::Tmat3< DT >::getIdentity(), and ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::identity3D | ( | ) | [inline] |
Returns a 4x4 homogeneous identity3D matrix; synonym for Tmat4<DT>::getIdentity().
Definition at line 813 of file mlMatrix4.h.
References ml::Tmat4< DT >::getIdentity(), and ML_TRACE_IN_TIME_CRITICAL.
| MLEXPORT MLint32 ml::initML | ( | ) |
Initializes the ML, the runtime type system, the memory manager, fields, static buffers, error and debug printings etc.
It also calls setMLEnvironment to adapt settings to environment variables.
| void ml::intrusive_ptr_add_ref | ( | const ml::RefCountedBase * | p | ) | [inline] |
Definition at line 56 of file mlRefCountedBase.h.
| void ml::intrusive_ptr_release | ( | const ml::RefCountedBase * | p | ) | [inline] |
Definition at line 61 of file mlRefCountedBase.h.
| class ml::ML_UNIX_ONLY_EXPORT | ( | MLEXPORT | ) |
A cursor to create page and tile requests in an iterative manner, to allow breaking/resuming at any time and to avoid a recursive tree traversal which can not be easily resumed.
Creates cursor from a root PageRequest
Creates cursor from a root TileRequest
Creates empty cursor.
Initializes from a TileRequest.
Defines the current state of the cursor.
< Further work is available, re-call nextStep().
< The cursor has no more work to-do and may be removed.
< The cursor has more work but is blocked by a pending request (e.g., a pending memory image).
Implements an iterative tree traversal with automatic expanding of the tile and page requests. Page requests which are ready for processing are added to the queue. The return value signals if there is more work available from this cursor, if it has finished or if it is blocked (which can happen on MemoryImage calculations).
See Page/TileRequest.
See Page/TileRequest.
Returns if the cursor is still needed (which is the case when it points to either a PageRequest or TileRequest).
Clears the cursor, so that it points to no requests anymore.
This method steps up in the tree until it finds a request into which it has to decend in the next nextStep() call. It is important to move the internal cursor position as far up in the tree as possible, so that it does not point to requests that are going to be deleted.
The current PageRequest (or NULL)
The current TileRequest (or NULL)
The current traversal depth from the root of the cursor, for debugging purposes.
Definition at line 34 of file mlPageRequestCursor.h.
| T ml::mlAbs | ( | T | a | ) | [inline] |
Defines ML specific abs template since only type depended library functions exists.
Definition at line 100 of file mlUtilsSystem.h.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 > & | args | |||
| ) | [inline] |
Calls a method on given object with 5 arguments.
Definition at line 130 of file mlArgumentList.h.
References ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg1, ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg2, ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg3, ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg4, and ml::ArgumentList5< Arg1, Arg2, Arg3, Arg4, Arg5 >::_arg5.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList4< Arg1, Arg2, Arg3, Arg4 > & | args | |||
| ) | [inline] |
Calls a method on given object with 4 arguments.
Definition at line 125 of file mlArgumentList.h.
References ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg1, ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg2, ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg3, and ml::ArgumentList4< Arg1, Arg2, Arg3, Arg4 >::_arg4.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList3< Arg1, Arg2, Arg3 > & | args | |||
| ) | [inline] |
Calls a method on given object with 3 arguments.
Definition at line 120 of file mlArgumentList.h.
References ml::ArgumentList3< Arg1, Arg2, Arg3 >::_arg1, ml::ArgumentList3< Arg1, Arg2, Arg3 >::_arg2, and ml::ArgumentList3< Arg1, Arg2, Arg3 >::_arg3.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList2< Arg1, Arg2 > & | args | |||
| ) | [inline] |
Calls a method on given object with 2 arguments.
Definition at line 114 of file mlArgumentList.h.
References ml::ArgumentList2< Arg1, Arg2 >::_arg1, and ml::ArgumentList2< Arg1, Arg2 >::_arg2.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList1< Arg1 > & | args | |||
| ) | [inline] |
Calls a method on given object with 1 argument.
Definition at line 109 of file mlArgumentList.h.
References ml::ArgumentList1< Arg1 >::_arg1.
| void ml::MLCallMethodWithArguments | ( | Object * | object, | |
| Method | method, | |||
| const ArgumentList0 & | ||||
| ) | [inline] |
| ArgumentList5<Arg1, Arg2, Arg3, Arg4, Arg5> ml::MLGenerateArgumentList | ( | const Arg1 & | arg1, | |
| const Arg2 & | arg2, | |||
| const Arg3 & | arg3, | |||
| const Arg4 & | arg4, | |||
| const Arg5 & | arg5 | |||
| ) | [inline] |
| ArgumentList4<Arg1, Arg2, Arg3, Arg4> ml::MLGenerateArgumentList | ( | const Arg1 & | arg1, | |
| const Arg2 & | arg2, | |||
| const Arg3 & | arg3, | |||
| const Arg4 & | arg4 | |||
| ) | [inline] |
| ArgumentList3<Arg1, Arg2, Arg3> ml::MLGenerateArgumentList | ( | const Arg1 & | arg1, | |
| const Arg2 & | arg2, | |||
| const Arg3 & | arg3 | |||
| ) | [inline] |
| ArgumentList2<Arg1, Arg2> ml::MLGenerateArgumentList | ( | const Arg1 & | arg1, | |
| const Arg2 & | arg2 | |||
| ) | [inline] |
| ArgumentList1<Arg1> ml::MLGenerateArgumentList | ( | const Arg1 & | arg1 | ) | [inline] |
| ArgumentList0 ml::MLGenerateArgumentList | ( | ) | [inline] |
| MLEXPORT void ml::MLInitFields | ( | ) |
Initialize all standard fields of the ML.
| BASE_TYPE ml::MLInverseMatHelper | ( | const BASE_TYPE & | origMat, | |
| bool * | isInvertible, | |||
| const ML_TYPENAME BASE_TYPE::ComponentType | , | |||
| const char *const | ZeroDetErrString, | |||
| const BASE_TYPE & | Identity, | |||
| const size_t | Dim | |||
| ) | [inline] |
Computes an N dimensional inverse from given default parameters.
The used algorithm is the Gauss-Jordan elimination with partial pivoting.
| origMat | The matrix to be inverted. | |
| isInvertible | If a non-NULL Boolean pointer is passed to isInvertible then true is returned in *isInvertible in the case of a successful inversion or false if the inversion is not possible (function return is the identity then). If a NULL pointer is passed as isInvertible the matrix must be invertible, otherwise errors will occur. | |
| ZeroEpsilon | Unused. Former versions used this as an epsilon value to compare to decide whether the determinant is zero or not. Now an MLValueIs0WOM check is used. | |
| ZeroDetErrString | Error to be posted if isInvertible is NULL and inverse cannot be calculated. | |
| Identity | Identity to be returned in case of errors. | |
| Dim | The dimension of the matrix. |
Definition at line 60 of file mlLinearAlgebraTools.h.
References ML_BAD_PARAMETER, ML_CATCH_RETHROW, ML_PRINT_ERROR, ML_TRACE_IN, ML_TRY, ML_TYPENAME, MLAbs(), MLSwap(), and MLValueIs0WOM().
Referenced by ml::Tmat6< DT >::inverse(), ml::Tmat5< DT >::inverse(), ml::Tmat4< DT >::inverse(), and ml::Tmat3< DT >::inverse().
| T ml::mlMax | ( | T | a, | |
| T | b | |||
| ) | [inline] |
Defines ML specific max template since max template is platform dependent.
See also ML_MIN and ML_MAX macros in mlTypeDefs.h.
Definition at line 97 of file mlUtilsSystem.h.
| T ml::mlMin | ( | T | a, | |
| T | b | |||
| ) | [inline] |
Defines ML specific min template since min template is platform dependent.
See also ML_MIN and ML_MAX macros in mlTypeDefs.h.
Definition at line 93 of file mlUtilsSystem.h.
| void ml::MLSwap | ( | OBJ_TYPE & | obj1, | |
| OBJ_TYPE & | obj2 | |||
| ) | [inline] |
Swaps two objects obj1 and obj2.
It requires valid assignment operators on OBJ_TYP.
Definition at line 31 of file mlLinearAlgebraTools.h.
References ML_TRACE_IN_TIME_CRITICAL.
Referenced by MLInverseMatHelper().
| bool operator! | ( | const FloatingPointVector< T, size, DataContainer > & | a | ) | [inline] |
Returns true if all components are 0, otherwise returns false.
Definition at line 381 of file mlFloatingPointVector.h.
| bool ml::operator!= | ( | const Tmat6< DT > & | a, | |
| const Tmat6< DT > & | b | |||
| ) | [inline] |
a != b ? Return true if yes, otherwise false.
Definition at line 906 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator!= | ( | const Tmat5< DT > & | a, | |
| const Tmat5< DT > & | b | |||
| ) | [inline] |
a != b ? Return true if yes, otherwise false.
Definition at line 899 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator!= | ( | const Tmat4< DT > & | a, | |
| const Tmat4< DT > & | b | |||
| ) | [inline] |
a != b ? Return true if yes.
Definition at line 442 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator!= | ( | const Tmat3< DT > & | a, | |
| const Tmat3< DT > & | b | |||
| ) | [inline] |
a != b ? Return true if yes, otherwise false.
Definition at line 692 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator!= | ( | const Tmat2< DT > & | a, | |
| const Tmat2< DT > & | b | |||
| ) | [inline] |
a != b ? Return true if yes.
Definition at line 616 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tvec5<DT> ml::operator* | ( | const Tvec5< DT > & | v, | |
| const Tmat5< DT > & | a | |||
| ) | [inline] |
Multiplies vector v with 5x5 matrix a.
Definition at line 228 of file mlVector5.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat5< DT >::transpose().
| Tvec5<DT> ml::operator* | ( | const Tmat5< DT > & | a, | |
| const Tvec5< DT > & | v | |||
| ) | [inline] |
Multiplies 5x5 matrix a with vector v.
Definition at line 216 of file mlVector5.h.
References _ML_VEC5_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tvec4<DT> ml::operator* | ( | const Tvec4< DT > & | v, | |
| const Tmat4< DT > & | a | |||
| ) | [inline] |
Multiplies vector v with 4x4 matrix a.
Definition at line 168 of file mlVector4.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat4< DT >::transpose().
| Tvec4<DT> ml::operator* | ( | const Tmat4< DT > & | a, | |
| const Tvec4< DT > & | v | |||
| ) | [inline] |
Multiplies 4x4 matrix a with vector v.
Definition at line 156 of file mlVector4.h.
References _ML_VEC4_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tvec3<DT> ml::operator* | ( | const Tvec3< DT > & | v, | |
| const Tmat4< DT2 > & | a | |||
| ) | [inline] |
Interpret v as a 4d homogeneous point and multiply it with the 4x4 matrix M and return a Tvec3 after normalizing the result by dividing by the fourth component.
It's up to the caller to guarantee that matrix a multiplied with a homogeneous 4d point results to a homogeneous point to avoid divisions by zero on normalizing the result.
Definition at line 305 of file mlVector3.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat4< DT >::transpose().
| Tvec3<DT> ml::operator* | ( | const Tmat4< DT > & | a, | |
| const Tvec3< DT2 > & | v | |||
| ) | [inline] |
Interpret v as a 4d homogeneous point and multiply the 4x4 matrix M with it and return a Tvec3 after normalizing the result by dividing by the fourth component.
It's up to the caller to guarantee that matrix a multiplied with a homogeneous 4d point results to a homogeneous point to avoid divisions by zero on normalizing the result.
Definition at line 288 of file mlVector3.h.
References ml::Tvec3< DT >::affinePoint(), and ML_TRACE_IN_TIME_CRITICAL.
| Tvec3<DT> ml::operator* | ( | const Tvec3< DT > & | v, | |
| const Tmat3< DT2 > & | a | |||
| ) | [inline] |
Normal multiplication of 3d vector v with 3x3 matrix with a Tvec3 as result.
Definition at line 272 of file mlVector3.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat3< DT >::transpose().
| Tvec3<DT> ml::operator* | ( | const Tmat3< DT > & | a, | |
| const Tvec3< DT2 > & | v | |||
| ) | [inline] |
Normal multiplication of 3x3 matrix a with 3d vector v with a Tvec3 as result.
Definition at line 258 of file mlVector3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tvec6<DT> ml::operator* | ( | const Tvec6< DT > & | v, | |
| const Tmat6< DT > & | a | |||
| ) | [inline] |
Multiplies vector v with 6x6 matrix a.
Definition at line 931 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat6< DT >::transpose().
| Tvec6<DT> ml::operator* | ( | const Tmat6< DT > & | a, | |
| const Tvec6< DT > & | v | |||
| ) | [inline] |
Multiplies 6x6 matrix a with vector v.
Definition at line 919 of file mlMatrix6.h.
References _ML_MAT6_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tmat6<DT> ml::operator* | ( | const Tmat6< DT > & | a, | |
| const Tmat6< DT > & | b | |||
| ) | [inline] |
Matrix product.
Definition at line 872 of file mlMatrix6.h.
References _ML_MAT6_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tmat6<DT> ml::operator* | ( | const DT | d, | |
| const Tmat6< DT > & | a | |||
| ) | [inline] |
Returns the component wise multiplication of scalar d with matrix a.
Definition at line 569 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat6<DT> ml::operator* | ( | const Tmat6< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Returns the component wise multiplication of matrix a with scalar d.
Definition at line 560 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat5<DT> ml::operator* | ( | const Tmat5< DT > & | a, | |
| const Tmat5< DT > & | b | |||
| ) | [inline] |
Matrix product.
Definition at line 863 of file mlMatrix5.h.
References _ML_MAT5_RC, and ML_TRACE_IN.
| Tmat5<DT> ml::operator* | ( | const DT | d, | |
| const Tmat5< DT > & | a | |||
| ) | [inline] |
Returns the component wise multiplication of scalar d with matrix a.
Definition at line 487 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat5<DT> ml::operator* | ( | const Tmat5< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Returns the component wise multiplication of matrix a with scalar d.
Definition at line 478 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator* | ( | const DT | d, | |
| const Tmat4< DT > & | a | |||
| ) | [inline] |
Returns the component wise multiplication of scalar d with matrix a.
Definition at line 493 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator* | ( | const Tmat4< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Returns the component wise multiplication of matrix a with scalar d.
Definition at line 484 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator* | ( | const Tmat4< DT > & | a, | |
| const Tmat4< DT > & | b | |||
| ) | [inline] |
a * b. Standard matrix multiplication.
Definition at line 414 of file mlMatrix4.h.
References _ML_MAT4_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator* | ( | const Tmat3< DT > & | a, | |
| const Tmat3< DT > & | b | |||
| ) | [inline] |
Matrix 3 product.
Definition at line 664 of file mlMatrix3.h.
References _ML_MAT3_RC, and ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator* | ( | const DT | d, | |
| const Tmat3< DT > & | a | |||
| ) | [inline] |
Returns the component wise multiplication of scalar d with matrix a.
Definition at line 461 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator* | ( | const Tmat3< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Returns the component wise multiplication of matrix a with scalar d.
Definition at line 452 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tvec2<DT> ml::operator* | ( | const Tvec2< DT > & | v, | |
| const Tmat2< DT > & | a | |||
| ) | [inline] |
Normal multiplication of 2D vector v with 2x2 matrix with a Tvec2
as result.
Definition at line 703 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL, and ml::Tmat2< DT >::transpose().
| Tvec2<DT> ml::operator* | ( | const Tmat2< DT > & | a, | |
| const Tvec2< DT > & | v | |||
| ) | [inline] |
Normal multiplication of 2x2 matrix a with 2D vector v with a Tvec2
as result.
Definition at line 693 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator* | ( | const DT | d, | |
| const Tmat2< DT > & | a | |||
| ) | [inline] |
Returns the component wise multiplication of scalar d with matrix a.
Definition at line 667 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator* | ( | const Tmat2< DT > & | a, | |
| DT | d | |||
| ) | [inline] |
Returns the component wise multiplication of matrix a with scalar d.
Definition at line 658 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator* | ( | const Tmat2< DT > & | a, | |
| const Tmat2< DT > & | b | |||
| ) | [inline] |
| FloatingPointVector< T, size, DataContainer > operator* | ( | MLdouble | lhs, | |
| FloatingPointVector< T, size, DataContainer > | rhs | |||
| ) | [inline] |
Component wise multiplication of rhs with lhs.
Definition at line 458 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > operator* | ( | FloatingPointVector< T, size, DataContainer > | lhs, | |
| MLdouble | rhs | |||
| ) | [inline] |
Component wise multiplication of lhs with rhs.
Definition at line 448 of file mlFloatingPointVector.h.
| T operator* | ( | const FloatingPointVector< T, size, DataContainer > & | a, | |
| const FloatingPointVector< T, size, DataContainer > & | b | |||
| ) | [inline] |
Dot product, returns a.dot(b).
Definition at line 438 of file mlFloatingPointVector.h.
References ml::FloatingPointVector< T, size, DataContainer >::dot().
| FloatingPointVector< T, size, DataContainer > & operator*= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| const FloatingPointVector< T, size, DataContainer > & | op2 | |||
| ) | [inline] |
Arithmetic assignment: Component wise multiplication *this with a vector of the same size.
Definition at line 340 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > & operator*= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| MLdouble | value | |||
| ) | [inline] |
Arithmetic assignment: Component wise multiplication *this with scalar value.
Arithmetic assignment: Component wise multiplication *this with specialized MLdouble scalar value.
Definition at line 329 of file mlFloatingPointVector.h.
| Tmat6<DT> ml::operator+ | ( | const Tmat6< DT > & | a, | |
| const Tmat6< DT > & | b | |||
| ) | [inline] |
Returns component wise sum of matrix a and matrix b.
Definition at line 542 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat5<DT> ml::operator+ | ( | const Tmat5< DT > & | a, | |
| const Tmat5< DT > & | b | |||
| ) | [inline] |
Returns component wise sum of matrix a and matrix b.
Definition at line 460 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator+ | ( | const Tmat4< DT > & | a, | |
| const Tmat4< DT > & | b | |||
| ) | [inline] |
Returns component wise sum of matrix a and matrix b.
Definition at line 466 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator+ | ( | const Tmat3< DT > & | a, | |
| const Tmat3< DT > & | b | |||
| ) | [inline] |
Returns component wise sum of matrix a and matrix b.
Definition at line 434 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator+ | ( | const Tmat2< DT > & | a, | |
| const Tmat2< DT > & | b | |||
| ) | [inline] |
Returns component wise sum of matrix a and matrix b.
Definition at line 640 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| FloatingPointVector< T, size, DataContainer > operator+ | ( | const FloatingPointVector< T, size, DataContainer > & | buffer | ) | [inline] |
Unary plus, for completeness and for those who really want to use that.
..
Definition at line 415 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > operator+ | ( | FloatingPointVector< T, size, DataContainer > | lhs, | |
| const FloatingPointVector< T, size, DataContainer > & | rhs | |||
| ) | [inline] |
Return value is the component wise addition of lhs and rhs.
Definition at line 393 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > & operator+= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| const FloatingPointVector< T, size, DataContainer > & | buffer | |||
| ) | [inline] |
Arithmetic assignment: Component wise addition.
Definition at line 296 of file mlFloatingPointVector.h.
| Tmat6<DT> ml::operator- | ( | const Tmat6< DT > & | a, | |
| const Tmat6< DT > & | b | |||
| ) | [inline] |
Returns component wise difference of matrix a and matrix b.
Definition at line 551 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat6<DT> ml::operator- | ( | const Tmat6< DT > & | a | ) | [inline] |
Returns matrix a with all values negated.
Definition at line 533 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat5<DT> ml::operator- | ( | const Tmat5< DT > & | a, | |
| const Tmat5< DT > & | b | |||
| ) | [inline] |
Returns component wise difference of matrix a and matrix b.
Definition at line 469 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat5<DT> ml::operator- | ( | const Tmat5< DT > & | a | ) | [inline] |
Returns matrix a with all values negated.
Definition at line 451 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator- | ( | const Tmat4< DT > & | a, | |
| const Tmat4< DT > & | b | |||
| ) | [inline] |
Returns component wise difference of matrix a and matrix b.
Definition at line 475 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::operator- | ( | const Tmat4< DT > & | a | ) | [inline] |
Returns matrix a with all values negated.
Definition at line 457 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator- | ( | const Tmat3< DT > & | a, | |
| const Tmat3< DT > & | b | |||
| ) | [inline] |
Returns component wise difference of matrix a and matrix b.
Definition at line 443 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator- | ( | const Tmat3< DT > & | a | ) | [inline] |
Returns matrix a with all values negated.
Definition at line 425 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator- | ( | const Tmat2< DT > & | a, | |
| const Tmat2< DT > & | b | |||
| ) | [inline] |
Returns component wise difference of matrix a and matrix b.
Definition at line 649 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat2<DT> ml::operator- | ( | const Tmat2< DT > & | a | ) | [inline] |
Returns matrix a with all values negated.
Definition at line 631 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| FloatingPointVector< T, size, DataContainer > operator- | ( | const FloatingPointVector< T, size, DataContainer > & | buffer | ) | [inline] |
Unary minus, all components of the vector are multiplied with -1.
Definition at line 426 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > operator- | ( | FloatingPointVector< T, size, DataContainer > | lhs, | |
| const FloatingPointVector< T, size, DataContainer > & | rhs | |||
| ) | [inline] |
Return value is the component wise subtraction of rhs from lhs.
Definition at line 404 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > & operator-= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| const FloatingPointVector< T, size, DataContainer > & | buffer | |||
| ) | [inline] |
Arithmetic assignment: Component wise subtraction of buffer from *this.
Definition at line 307 of file mlFloatingPointVector.h.
| Tmat6<DT> ml::operator/ | ( | const Tmat6< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Return the component wise division of matrix a by scalar d.
Division by zero is not handled and must be avoided by caller.
Definition at line 579 of file mlMatrix6.h.
References ML_CATCH_RETHROW, ML_CHECK_FLOAT_THROW, ML_TRACE_IN, and ML_TRY.
| Tmat5<DT> ml::operator/ | ( | const Tmat5< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Return the component wise division of matrix a by scalar d.
Division by zero is not handled and must be avoided by caller.
Definition at line 497 of file mlMatrix5.h.
References ML_CATCH_RETHROW, ML_CHECK_FLOAT_THROW, ML_TRACE_IN, and ML_TRY.
| Tmat4<DT> ml::operator/ | ( | const Tmat4< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Return the component wise division of matrix a by scalar d.
Division by zero is not handled and must be avoided by caller.
Definition at line 503 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat3<DT> ml::operator/ | ( | const Tmat3< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Return the component wise division of matrix a by scalar d.
Division by zero is not handled and must be avoided by caller.
Definition at line 471 of file mlMatrix3.h.
References ML_CATCH_RETHROW, ML_TRACE_IN_TIME_CRITICAL, and ML_TRY.
| Tmat2<DT> ml::operator/ | ( | const Tmat2< DT > & | a, | |
| const DT | d | |||
| ) | [inline] |
Return the component wise division of matrix a by scalar d.
Division by zero is not handled and must be avoided by caller.
Definition at line 677 of file mlMatrix2.h.
References ML_CATCH_RETHROW, ML_TRACE_IN_TIME_CRITICAL, and ML_TRY.
| FloatingPointVector< T, size, DataContainer > operator/ | ( | FloatingPointVector< T, size, DataContainer > | lhs, | |
| MLdouble | rhs | |||
| ) | [inline] |
Component wise division of lhs by specialied rhs of type MLdouble.
Definition at line 468 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > & operator/= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| const FloatingPointVector< T, size, DataContainer > & | op2 | |||
| ) | [inline] |
Arithmetic assignment: Component wise division of *this by the values of a vector of the same size.
Division by zero is not handled and must be avoided by user.
Definition at line 367 of file mlFloatingPointVector.h.
| FloatingPointVector< T, size, DataContainer > & operator/= | ( | FloatingPointVector< T, size, DataContainer > & | op1, | |
| MLdouble | value | |||
| ) | [inline] |
Arithmetic assignment: Component wise division of *this by scalar value.
Division by zero is not handled and must be avoided by user.
Definition at line 352 of file mlFloatingPointVector.h.
| bool ml::operator== | ( | const Tmat6< DT > & | a, | |
| const Tmat6< DT > & | b | |||
| ) | [inline] |
a == b ? Return true if yes, otherwise false.
Definition at line 890 of file mlMatrix6.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator== | ( | const Tmat5< DT > & | a, | |
| const Tmat5< DT > & | b | |||
| ) | [inline] |
a == b ? Return true if yes, otherwise false.
Definition at line 884 of file mlMatrix5.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator== | ( | const Tmat4< DT > & | a, | |
| const Tmat4< DT > & | b | |||
| ) | [inline] |
a == b ? Return true if yes.
Definition at line 430 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator== | ( | const Tmat3< DT > & | a, | |
| const Tmat3< DT > & | b | |||
| ) | [inline] |
a == b ? Return true if yes, otherwise false.
Definition at line 679 of file mlMatrix3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| bool ml::operator== | ( | const Tmat2< DT > & | a, | |
| const Tmat2< DT > & | b | |||
| ) | [inline] |
a == b ? Return true if yes.
Definition at line 606 of file mlMatrix2.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tvec3<DT> ml::operator^ | ( | const Tvec3< DT > & | a, | |
| const Tvec3< DT2 > & | b | |||
| ) | [inline] |
Return a vector orthogonal to a and b.
Definition at line 318 of file mlVector3.h.
References ML_TRACE_IN_TIME_CRITICAL.
| Tmat4<DT> ml::perspective3D | ( | const DT | d | ) | [inline] |
Create a 4x4 homogeneous perspective projection matrix with perspective shortening value given by d which must differ from zero to avoid errors.
Definition at line 892 of file mlMatrix4.h.
References ML_CATCH_RETHROW, ML_CHECK_FLOAT_THROW, ML_TRACE_IN, and ML_TRY.
| Tmat3<DT> ml::rotation2D | ( | const Tvec2< DT > & | Center, | |
| const DT | angleDeg | |||
| ) | [inline] |
Returns a 2D rotation matrix as 3D homogeneous matrix where center specifies the center of rotation.
Definition at line 736 of file mlMatrix3.h.
References cos(), ML_TRACE_IN, and sin().
| Tmat4<DT> ml::rotation3D | ( | Tvec3< DT > | Axis, | |
| const DT | angleRad | |||
| ) | [inline] |
Returns a 4x4 homogeneous 3D rotation matrix describing a rotation with angle angleRad around axis Axis where center specifies the center of rotation.
Definition at line 842 of file mlMatrix4.h.
References cos(), ML_CATCH_RETHROW, ML_TRACE_IN, ML_TRY, ml::FloatingPointVector< DT, 3, Vector3DataContainer< DT > >::normalize(), and sin().
| Tmat3<DT> ml::scaling2D | ( | const Tvec2< DT > & | scaleVector | ) | [inline] |
Returns a 2D scale matrix as 3D homogeneous matrix.
Definition at line 753 of file mlMatrix3.h.
References ML_TRACE_IN.
| Tmat4<DT> ml::scaling3D | ( | const Tvec3< DT > & | scaleVector | ) | [inline] |
| MLEXPORT void ml::setMLEnvironment | ( | ) |
Set ML state dependent on environment variables.
It is called indirectly from initML().
The following environment variables are supported by the ML:
Bit 1: If activated, then normal errors are printed. Typical error cases are out of memory cases which can recovered automatically by the ML or when the user sets forbidden or out of range parameters. Errors of this types usually do not cause direct failures so the ml can continue working. But they might have indirect consequences which might also cause abnormal behavior or fatal errors later. So finish working with the ML and remove this error as soon as possible! IT IS STRONGLY RECOMMENDED NOT TO DISABLE THIS ERROR PRINTING, EVEN IF IT'S POSSIBLE!
Bit 2: If set then fatal errors are printed. Errors of this type must not occur because the state of the ML directly becomes undefined. NOTE: The ML does not terminate anyway to permit at least some disaster recovery by the user (saving scripts etc.) The most typical case is when the ML runs completely of of memory. IT IS STRONGLY RECOMMENDED NOT TO DISABLE THIS ERROR PRINTING, EVEN IF IT'S POSSIBLE!
Default is 6 (Bit 1 and 2), i.e., only errors and fatal errors are printed. NOTE: If ML_DEBUG_ON is not zero then warning, error and fatal error printing is automatically activated!
| Tmat3<DT> ml::translation2D | ( | const Tvec2< DT > & | v | ) | [inline] |
Returns a 2D translation matrix as 3D homogeneous matrix where the translation is located in the right colum.
Definition at line 722 of file mlMatrix3.h.
References ML_TRACE_IN.
| Tmat4<DT> ml::translation3D | ( | const Tvec3< DT > & | v | ) | [inline] |
Returns a 4x4 homogeneous translation matrix with default identity matrix contents and the upper three components in right column given by 3D vector v.
Definition at line 826 of file mlMatrix4.h.
References ML_TRACE_IN_TIME_CRITICAL.
| const TSubImage<T>* ml::tsubimage_cast | ( | const SubImage * | subImg | ) | [inline] |
Definition at line 2359 of file mlTSubImage.h.
References ml::SubImage::getData(), ml::SubImage::getDataType(), ML_BAD_DATA_TYPE, and ML_PRINT_FATAL_ERROR.
Referenced by tsubimg_cast().
| TSubImage<T>* ml::tsubimage_cast | ( | SubImage * | subImg | ) | [inline] |
Definition at line 2348 of file mlTSubImage.h.
References ml::SubImage::getData(), ml::SubImage::getDataType(), ML_BAD_DATA_TYPE, and ML_PRINT_FATAL_ERROR.
| const TSubImage<T>& ml::tsubimage_cast | ( | const SubImage & | subImg | ) | [inline] |
Definition at line 2337 of file mlTSubImage.h.
References ml::SubImage::getData(), ml::SubImage::getDataType(), ML_BAD_DATA_TYPE, and ML_PRINT_FATAL_ERROR.
| TSubImage<T>& ml::tsubimage_cast | ( | SubImage & | subImg | ) | [inline] |
The tsubimage_cast allows to cast a SubImage (pointer or reference) to a typed TSubImage<T> (pointer or reference).
If the cast is not possible because the datatype of the SubImage does not match the T of tsubimage_cast<T>, a fatal ML error occurs.
Usage:
TSubImage<MLfloat>& tsubimg = tsubimage_cast<MLfloat>(subimg);
Definition at line 2326 of file mlTSubImage.h.
References ml::SubImage::getData(), ml::SubImage::getDataType(), ML_BAD_DATA_TYPE, and ML_PRINT_FATAL_ERROR.
| const TSubImage<T>& ml::tsubimg_cast | ( | const SubImage & | subImg | ) | [inline] |
Definition at line 2391 of file mlTSubImage.h.
References tsubimage_cast().
| TSubImage<T>& ml::tsubimg_cast | ( | SubImage & | subImg | ) | [inline] |
Definition at line 2386 of file mlTSubImage.h.
References tsubimage_cast().
| const TSubImage<T>* ml::tsubimg_cast | ( | const SubImage * | subImg | ) | [inline] |
Definition at line 2381 of file mlTSubImage.h.
References tsubimage_cast().
| TSubImage<T>* ml::tsubimg_cast | ( | SubImage * | subImg | ) | [inline] |
Definition at line 2376 of file mlTSubImage.h.
References tsubimage_cast().
| bool ml::vector_contains | ( | const std::vector< T > & | vec, | |
| const T & | value | |||
| ) | [inline] |
Helper template that searches for value in given vector vec and returns true if it was found.
Definition at line 22 of file mlStdAlgorithms.h.
| bool ml::vector_remove | ( | std::vector< T > & | vec, | |
| const T & | value | |||
| ) | [inline] |
Helper template that removes the first occurrence of value in given vector vec and returns true if it was found.
Definition at line 28 of file mlStdAlgorithms.h.
| void ml::vector_remove_all | ( | std::vector< T > & | vec, | |
| const T & | value | |||
| ) | [inline] |
Helper template that removes the first occurrence of value in given vector vec and returns true if it was found.
Definition at line 40 of file mlStdAlgorithms.h.
| bool ml::vector_replace_by_NULL | ( | std::vector< T > & | vec, | |
| const T & | value | |||
| ) | [inline] |
Helper template that replaces the first occurrence of value in given vector vec with NULL and returns true if it was found.
Definition at line 53 of file mlStdAlgorithms.h.
| const MLint ml::_ML_STD_SLEN = 64 |
Length of strings for component descriptions and class names.
Definition at line 35 of file mlStdTypeInfos.h.
| ML_LINEAR_ALGEBRA_EXPORT typedef TImageVector<MLint> ml::ImageVector |
Defines the standard ImageVector type which is used by the ML for indexing and coordinates.
Definition at line 300 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::convertPointerToSubImagePosition(), ml::TSubImage< DATATYPE >::copySubImage(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::fillBordersWithBorderValues(), ml::TSubImage< DATATYPE >::fillBordersWithInputValues(), ml::TSubImage< DATATYPE >::fillBordersWithValue(), ml::TSubImageBox< MLint >::get3DCorners(), ml::ImageProperties::getBoxFromImageExtent(), ml::TSubImage< DATATYPE >::isOneValued(), ml::SubImage::isValidSubImagePosition(), std::operator<<(), and ml::SubImage::setExtent().
| ML_UTILS_EXPORT ErrorOutput ml::MLErrorOutput |
This is a singleton used for all ML Error input and output;.
| ML_UTILS_EXPORT TraceBuffer<MLGlobalTraceBufferType> ml::MLGlobalTraceBuffer |
This is a global singleton of the TraceBuffer class.
It is used by all ML_TRACE_IN macros in the ML and by ErrorOutput class for dumping in error cases.
| ML_UTILS_EXPORT Notify ml::MLNotify |
Singleton which contains all registered callback functions of the ML.
| const int ml::MLVariableType0 = _ML_SWITCH_SELECT_OFFSET |
| const int ml::MLVariableType1 = _ML_SWITCH_SELECT_OFFSET+1 |
| const int ml::MLVariableType2 = _ML_SWITCH_SELECT_OFFSET+2 |
| const int ml::MLVariableType3 = _ML_SWITCH_SELECT_OFFSET+3 |
| ML_LINEAR_ALGEBRA_EXPORT typedef ImageVector ml::Vector |
1.5.8