This is the documentation for Enlighten.
class Enlighten MaterialComponentBuffer
template<typename Colour>
class Enlighten::MaterialComponentBuffer
MaterialComponentBuffer type interface.
Typedefs
Name | Description |
|---|---|
GenericColourBuffer< ColourType > BaseType | Concrete type of the base class. |
Colour ColourType | Colour type stored in this buffer. |
C ColourType | Colour type. |
BaseType::ConstIteratorType ConstIteratorType | ConstIterator type. |
ConstIterator< ColourType > ConstIteratorType | Const Iterator type. |
BaseType::IteratorType IteratorType | Iterator type. |
Iterator< ColourType > IteratorType | Iterator type. |
Functions
Name | Description |
|---|---|
Return a const iterator at the beginning of this buffer. | |
Return an iterator at the beginning of this buffer. | |
Returns an iterator to the first value in the buffer. | |
Returns a const iterator to the first value in the buffer. | |
Endian swap the members of the header. | |
Endian swap the buffer contents. | |
Returns the size of the buffer in bytes. | |
Calculate the size of the buffer for a given InputWorkspace. | |
Reset the contents of this buffer to zero/black. | |
Reset the contents of this buffer to zero/black. | |
Endian swap the buffer. | |
Endian swap the buffer. | |
Copy values from another buffer. | |
Copy values from another buffer. | |
Create a buffer for a given workspace in the supplied memory. | |
Create a duplicated buffer from the source, in the supplied memory. | |
Creates a buffer in memory. | |
Creates a copy in memory. | |
Returns a const iterator to the last+1 value in the buffer. | |
Return an iterator at the end of this buffer. | |
Return a const iterator at the end of this buffer. | |
Returns an iterator to the last+1 value in the buffer. | |
Main constructor. | |
Copy constructor. | |
Returns the number of values in this buffer. | |
Returns the number of values in this buffer. | |
Returns the size of this buffer in bytes. | |
Returns the size of this buffer in bytes. | |
Returns the guid of the system that this buffer correlates to. | |
Returns the guid of the system that this buffer correlates to. |