Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkMRMLMarkupsStorageNode.h File Reference
#include "vtkMRMLStorageNode.h"
Include dependency graph for vtkMRMLMarkupsStorageNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkMRMLMarkupsStorageNode
 

Macros

#define MARKUPS_BUFFER_SIZE   1024
 Define a default buffer size for parsing files during read, number of characters. More...
 

Macro Definition Documentation

◆ MARKUPS_BUFFER_SIZE

#define MARKUPS_BUFFER_SIZE   1024

Define a default buffer size for parsing files during read, number of characters.

Markups Module MRML storage nodes

vtkMRMLMarkupsStorageNode - MRML node for handling markups storage

vtkMRMLMarkupsStorageNode nodes describe the markups storage node that allows to read/write point data from/to file. In MRML/Core to facilitate passing markups to CLIs via file.

Definition at line 33 of file vtkMRMLMarkupsStorageNode.h.