SIVIC API  0.9.26
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
svkBool Class Reference

#include <svkBool.h>

Inheritance diagram for svkBool:

Public Member Functions

 vtkTypeMacro (svkBool, vtkDataObject)
 
bool GetValue ()
 
void SetValue (bool value)
 

Static Public Member Functions

static svkBoolNew ()
 

Protected Member Functions

 svkBool ()
 Constructor. More...
 
 ~svkBool ()
 Destructor. More...
 

Protected Attributes

bool value
 

Detailed Description

This class is a container for a primitive bool. It is a subclass of vtkDataObject so it can be used in input ports of algorithms.

Constructor & Destructor Documentation

svkBool ( )
protected

Constructor.

References svkBool::value.

~svkBool ( )
protected

Destructor.

Member Function Documentation

bool GetValue ( )
static svkBool* New ( )
static
void SetValue ( bool  value)

References svkBool::value.

vtkTypeMacro ( svkBool  ,
vtkDataObject   
)

Member Data Documentation

bool value
protected

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