visAttributeFactory Class Reference

[VisAPI Index] [VisAPI Hierarchy]


Attribute factory specification. More...

#include <VisApi/VisApi.h>

Inherits: visObject

Public Members


Detailed Description

This class is used to instance new attributes of a specific type. It can be passed to other objects that need to create new attribute instances. It holds the dimension of the attribute. Special implementations exist for every attribute type.


virtual int getDim()

Return vector dimension.

virtual visAttribute* getNewAttribute()

Returns new instance of attribute.


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