![]() |
open_iA
2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAAmiraMeshIO.h"#include <iAConsole.h>#include <io/iAFileUtils.h>#include <vtkImageData.h>#include <QFile>#include <QString>#include <QStringList>#include <QTextStream>#include <cstdio>#include <cstring>#include <cassert>#include <stdexcept>Typedefs | |
| typedef unsigned char | LabelType |
| typedef char | RawDataType |
Functions | |
| int | decodeRLE (RawDataType *in, size_t inLength, RawDataType *out, size_t maxOutLength) |
| const char * | FindAndJump (const char *buffer, const char *SearchString) |
| Find a string in the given buffer and return a pointer to the contents directly behind the SearchString. More... | |
Variables | |
| const int | VTKLabelType = VTK_UNSIGNED_CHAR |
| typedef unsigned char LabelType |
| typedef char RawDataType |
| int decodeRLE | ( | RawDataType * | in, |
| size_t | inLength, | ||
| RawDataType * | out, | ||
| size_t | maxOutLength | ||
| ) |
| const char* FindAndJump | ( | const char * | buffer, |
| const char * | SearchString | ||
| ) |
Find a string in the given buffer and return a pointer to the contents directly behind the SearchString.
If not found, return the buffer. A subsequent sscanf() will fail then, but at least we return a decent pointer.
| const int VTKLabelType = VTK_UNSIGNED_CHAR |
1.8.16