diff --git a/Documentation/Doxygen/Properties.dox b/Documentation/Doxygen/Properties.dox index 8fc4b5690b..1a9cb7236d 100644 --- a/Documentation/Doxygen/Properties.dox +++ b/Documentation/Doxygen/Properties.dox @@ -1,224 +1,226 @@ /** \page PropertiesPage The MITK Property Concept \section PropertyConcept The Concept Behind MITK Properties Properties belong to a datanode and contain information relevant to the handling of the node by MITK. They provide a place to store additional information which is not part of the actual data, and as such have no reason to be contained within the data/file itself, but might be needed for such things as rendering (e.g. transfer functions) or interaction (e.g. the name of the node). Propteries can be read an set: \code mitk::ColorProperty::Pointer colorProperty = dynamic_cast(node->GetProperty("color")); node->SetProperty( "IsTensorVolume", mitk::BoolProperty::New( true ) ); \endcode \section ListOfIndependentProperty A List Of Module Independent Properties \subsection FileManagement File Management \subsection GenericRenderingProperty Generic Rendering Properties \subsection SurfaceRenderingProperties Surface Rendering Properties \subsection VolumeRenderingProperties Volume Rendering Properties \remark Uselod can be active with usegpu, usemip, useray, but any of the latter can not be used with another one of them. \subsection PointSetProperties Point Set Properties Information on properties not in this list can be found in the appropriate module. \subsection PropertiesPageSeeAlso See Also -\subpage PlanarPropertiesPage - + */ diff --git a/Modules/Bundles/org.mitk.gui.qt.segmentation/documentation/doxygen/SegmentationProperties.dox b/Modules/Bundles/org.mitk.gui.qt.segmentation/documentation/doxygen/SegmentationProperties.dox new file mode 100644 index 0000000000..115b4b390a --- /dev/null +++ b/Modules/Bundles/org.mitk.gui.qt.segmentation/documentation/doxygen/SegmentationProperties.dox @@ -0,0 +1,17 @@ +/** +\page SegmentationPropertiesPage The Segmentation Properties + +These properties control how a segmentation is rendered: + + +*/ \ No newline at end of file