Main Page | Namespace List | Class List | Directories | File List | Namespace Members | Class Members | File Members

isphere_geo.h File Reference

#include <maya/MIOStream.h>
#include <maya/MPxSurfaceShape.h>
#include <maya/MPxSurfaceShapeUI.h>
#include <maya/MFnNumericAttribute.h>
#include <maya/MFnEnumAttribute.h>
#include <maya/MPoint.h>
#include <maya/MPlug.h>
#include <maya/MDrawData.h>
#include <maya/MDrawRequest.h>
#include <maya/MSelectionMask.h>
#include <maya/MSelectionList.h>
#include <maya/MDagPath.h>
#include <GL/gl.h>

Go to the source code of this file.

Classes

class  ISphere

Defines

#define MCHECKERROR(STAT, MSG)
 Macro for ensuring the successful creation of an attribute in Maya.


Detailed Description


Define Documentation

#define MCHECKERROR STAT,
MSG   ) 
 

Value:

if ( MS::kSuccess != STAT ) {   \
        cerr << MSG << endl;        \
        return MS::kFailure;        \
    }
Macro for ensuring the successful creation of an attribute in Maya.


Generated on Sat Dec 31 18:07:49 2005 for ICaster by  doxygen 1.4.4