Resume Biography Gallery Digital Images Projects
Josh Grant
 
Master's Thesis
IVTrace
Creating 2D Images
Filter Functions
3D Elastic Collisions
3D Grapher
Open Inventor
Programming Tools
BoundingBox
ExaminerViewerPlus
MarchingCubes
ScalarArithmitic
SFScalarField
Courses
Photo-Realistic 2002
Visualization 2001
Photo-Realistic Computer Graphics
Intro to Computer Graphics
Scientific Visualization
 
SFScalarField
November 2001

What is it?

A subclass of the Open Inventor SoField class used to contain a uniformly regularly gridded scalar field, including it dimensions and bounding box.

How to use it

Once the source code has been downloaded and compiled, the field can be used. I do not usually create fields which are not part of a node, but if to create a field not connected to a node you must register it with the database. Example:
SFScalarField *sfield = (SFScalarField *)
  SoDB::createGlobalField("ScalarField",
  SFScalarField::getClassTypeId());
This creates a global field and can be connected to other fields and vice versa.
 

Josh Grant > Projects > Open Inventor > SFScalarField

Comments or questions about this page can be addressed to Josh Grant at grant@cs.fsu.edu