This is CX3DObjectSubclass.h in view mode; [Download] [Up]
/******************************************************************************* * * * Project <MyGreatProject> * * ------------------------ * * * * * * File: * * * * * * Creation date: * * * * * * Contents: * * * * * *******************************************************************************/ #import <i3d/CX3DObject.h> #import <ri/ri.h> @interface MyCX3DObject : CX3DObject { } /******************************************************************************* * * * Class methods * * * *******************************************************************************/ + initialize; + (ExportedVariable*) exportedVariable; /******************************************************************************* * * * Instance methods * * * *******************************************************************************/ - init; - copy; - render; - getBoundingBox:(RtBound) aBox; - attributeInspClass; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.