SoSFKernel3i32 Class Reference
[Fields]

ImageViz Field containing an SbKernel3i32 object More...

#include <ImageViz/Fields/SoSFKernel3i32.h>

Inheritance diagram for SoSFKernel3i32:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFKernel3i32operator= (const SoSFKernel3i32 &f)
 SoSFKernel3i32 ()
virtual ~SoSFKernel3i32 ()
SbKernel3i32 getValue () const
void setValue (SbKernel3i32 newValue)
SbKernel3i32 operator= (SbKernel3i32 newValue)
int operator== (const SoSFKernel3i32 &f) const
int operator!= (const SoSFKernel3i32 &f) const
virtual size_t getValueSize () const

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

ImageViz Field containing an SbKernel3i32 object

An SoSFKernel3i32 is written to file as:

The following 3x3x3 kernel:

\[ \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|} \cline{1-3} \cline{5-7} \cline{9-11} 0 & 1 & 2 & & 9 & 10 & 11 & & 18 & 19 & 20 \\ \cline{1-3} \cline{5-7} \cline{9-11} 3 & 4 & 5 & & 12 & 13 & 14 & & 21 & 22 & 23 \\ \cline{1-3} \cline{5-7} \cline{9-11} 6 & 7 & 8 & & 15 & 16 & 17 & & 24 & 25 & 26 \\ \cline{1-3} \cline{5-7} \cline{9-11} \multicolumn{3}{|c|}{Z=0} & & \multicolumn{3}{c|}{Z=1} & & \multicolumn{3}{c|}{Z=2} \\ \cline{1-3} \cline{5-7} \cline{9-11} \end{tabular} \]

Will be written as:

  3 3 3 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  

SEE ALSO

SbKernel3i32


Constructor & Destructor Documentation

SoSFKernel3i32::SoSFKernel3i32 (  ) 

Default constructor.

virtual SoSFKernel3i32::~SoSFKernel3i32 (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFKernel3i32::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

virtual SoType SoSFKernel3i32::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Implements SoTypedObject.

SbKernel3i32 SoSFKernel3i32::getValue (  )  const [inline]

Returns this field's value.

virtual size_t SoSFKernel3i32::getValueSize (  )  const [inline, virtual]

Get size of the value.

Reimplemented from SoField.

int SoSFKernel3i32::operator!= ( const SoSFKernel3i32 f  )  const [inline]

Returns FALSE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

SbKernel3i32 SoSFKernel3i32::operator= ( SbKernel3i32  newValue  )  [inline]

Sets this field to newValue.

const SoSFKernel3i32& SoSFKernel3i32::operator= ( const SoSFKernel3i32 f  ) 

Copy from another field of same type.

int SoSFKernel3i32::operator== ( const SoSFKernel3i32 f  )  const

Returns TRUE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

void SoSFKernel3i32::setValue ( SbKernel3i32  newValue  ) 

Sets this field to newValue.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/