Represents configuration for kInvertBlock.
|
| kInvertBlockAlgorithm | kInvertBlockInfo_Algorithm (kInvertBlockInfo info) |
| | Reports the selected algorithm implementation. More...
|
| |
| kStatus | kInvertBlockInfo_Clear (kInvertBlockInfo info) |
| | Resets all state variables to default values. More...
|
| |
| kStatus | kInvertBlockInfo_Construct (kInvertBlockInfo *info, kAlloc allocator) |
| | Constructs a kInvertBlockInfo object. More...
|
| |
| kStatus | kInvertBlockInfo_Enable (kInvertBlockInfo info, kBool enabled) |
| | Enables the block. More...
|
| |
| kBool | kInvertBlockInfo_IsEnabled (kInvertBlockInfo info) |
| | Reports whether the block is enabled. More...
|
| |
| kStatus | kInvertBlockInfo_Load (kInvertBlockInfo *info, kXml xml, kAlloc allocator) |
| | Constructs a kInvertBlockInfo object and loads its content from an XML object. More...
|
| |
| kInvertBlockMemory | kInvertBlockInfo_OutputMemory (kInvertBlockInfo info) |
| | Reports the selected output memory type. More...
|
| |
| kStatus | kInvertBlockInfo_Read (kInvertBlockInfo info, kXml xml, kXmlItem item) |
| | Reads kInvertBlockInfo state from a kXml object. More...
|
| |
| kStatus | kInvertBlockInfo_SetAlgorithm (kInvertBlockInfo info, kInvertBlockAlgorithm algorithm) |
| | Sets the algorithm implementation that should be used. More...
|
| |
| kStatus | kInvertBlockInfo_SetOutputMemory (kInvertBlockInfo info, kInvertBlockMemory memory) |
| | Sets the output memory type. More...
|
| |
| kStatus | kInvertBlockInfo_Store (kInvertBlockInfo info, kXml *xml, kAlloc allocator) |
| | Constructs a kXml object and uses it to store the content of this kInvertBlockInfo instance. More...
|
| |
| kStatus | kInvertBlockInfo_Validate (kInvertBlockInfo info) |
| | Checks and automatically corrects all state variables. More...
|
| |
| kStatus | kInvertBlockInfo_Write (kInvertBlockInfo info, kXml xml, kXmlItem item) |
| | Writes kInvertBlockInfo state to a kXml object. More...
|
| |