visAttributeAccess Class Reference

[VisAPI Index] [VisAPI Hierarchy]


Attribute access specification. More...

#include <VisApi/VisApi.h>

Inherits: visObject

Public Members


Detailed Description

This class represents a simple vector of attributes. It is passed to attribute combiner classes and in general is implemented as a mapping to the internal storage of attributes.


virtual int getSize()

Return number of attributes.

virtual int getAttributes()

Return number of attribute types.

virtual visAttribute *getCellAttribute(int n, int t)

Return n-th attribute of type t.

virtual visAttributeFactory *getAttrFactory(int t)

Return attribute factory for type t.


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