#include <Behavior.h>
Inheritance diagram for mial::Behavior< Type, nDims >::behaviorIn:
Public Types | |
typedef behaviorIn | Self |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::WeakPointer< const Self > | ConstWeakPointer |
Public Member Functions | |
virtual bool | fillFromStream (std::istream &args) |
Overide if you want to convert from stream input (be ran by name). | |
Protected Member Functions | |
behaviorIn () |
Since structures support public inheritance derived class must inherit from this class in their definitions of behaviorIn.
Definition at line 72 of file Behavior.h.
virtual bool mial::Behavior< Type, nDims >::behaviorIn::fillFromStream | ( | std::istream & | args | ) | [inline, virtual] |
Overide if you want to convert from stream input (be ran by name).
Return false if method not provided or unsuccessful.
Definition at line 86 of file Behavior.h.