|
|
const int | m_typeIdHeartData = 626004 |
| unsigned int | m_blockType = 0 |
| | Keeps the type of currently saving/loading data block.
|
|
| virtual Data * | loadInstance (unsigned int type, unsigned int headerSize) override |
| | Create specialized instance for a given data type or return null if not supported.
|
| virtual unsigned int | saveType (const Data *data) override |
| | Return type for saving a given data instance or null if not supported.
|
| virtual bool | load (unsigned int anatomicalStructure, Data *anatomicalStructureProperties, std::istream &file, Progress *p=0) override |
| | Load data into given class instance, return true if data is complete (otherwise ImFusionImage loader will be run).
|
| virtual bool | save (Data *anatomicalStructure, std::ostream &anatomicalStructureProperties, Progress *p=0) override |
| | Write this plugin's portion of a Data instance to the output stream.
|
| virtual bool | loadCustomProperties (Data *anatomicalStructure, Properties *p) override |
| | Load custom properties as returned previously by customPropertiesToSave().
|
◆ loadInstance()
| virtual Data * ImFusion::GenericASCImFusionFilePlugin::loadInstance |
( |
unsigned int | type, |
|
|
unsigned int | headerSize ) |
|
overridevirtual |
◆ saveType()
| virtual unsigned int ImFusion::GenericASCImFusionFilePlugin::saveType |
( |
const Data * | data | ) |
|
|
overridevirtual |
◆ load()
Load data into given class instance, return true if data is complete (otherwise ImFusionImage loader will be run).
Reimplemented from ImFusion::ImFusionFilePlugin.
◆ save()
◆ loadCustomProperties()
| virtual bool ImFusion::GenericASCImFusionFilePlugin::loadCustomProperties |
( |
Data * | , |
|
|
Properties * | ) |
|
overridevirtual |
The documentation for this class was generated from the following file:
- AnatomyPlugin/include/ImFusion/AnatomyPlugin/GenericASCImFusionFilePlugin.h