MeVisLabToolboxReference
ml::GraphStaticSettings Class Reference

#include <mlGraphStaticSettings.h>

Inheritance diagram for ml::GraphStaticSettings:
ml::Module ml::FieldContainer ml::Base

List of all members.

Public Member Functions

 GraphStaticSettings ()
 constructor
 ~GraphStaticSettings ()
 destructor
Notifications
void handleNotification (Field *field)
 Called when any field data in the field container of this module is modified.

Public Attributes

BoolFieldhasVesselVoxelsFld

Detailed Description

Definition at line 28 of file mlGraphStaticSettings.h.


Constructor & Destructor Documentation

ml::GraphStaticSettings::GraphStaticSettings ( )

constructor

ml::GraphStaticSettings::~GraphStaticSettings ( )

destructor


Member Function Documentation

void ml::GraphStaticSettings::handleNotification ( Field ) [virtual]

Called when any field data in the field container of this module is modified.

The pointer to the changed field is passed in field. Notes:

  • This method can/should be overloaded in derived modules to implement reactions of the module algorithm if fields are changed.
  • Field notifications are disabled globally within the Module::calculate*-methods. No other fields are notified and handleNotifications() is NOT called.
  • Field changes within handleNotifications() notify all attached fields (i.e., attached user interfaces are updated) but a reentry into handleNotification in this module is typically blocked. Only if permitRecursiveHandleNotification() is enabled then recursions will take place.

Reimplemented from ml::Module.


Member Data Documentation


The documentation for this class was generated from the following file: