visOctree Class Reference

[VisAPI Index] [VisAPI Hierarchy]


Octree-Access implements Field-Access. More...

#include <VisApi/VisApi.h>

Inherits: visAdaptiveGrid

Public Members

Private Members


Detailed Description

This is an implementation of field access by an octree.


virtual bool allocate(visAdaptiveGrid *source, visAttrComb* attrComb, int maxlevel)

Allocate Octree with another Field. AttrComb is used as a criteria for merging nodes and the build tree won't have a height greater than maxlevel (root node is defined to have level = 0!).

virtual bool allocate(istream &in)

Allocate Octree with given stream. The stream in general is a file stream and the format is described in http://??? .


  • Author: Peter Breitling
  • Version: 03-20-98
  • Documentation generated by breitlip@atzenger10 on Mon Jan 17 19:29:23 CET 2000
Kdoc