MPxMayaAsciiFilterOutput Class Reference
[OpenMaya - API module for common classesProxy classes]

#include <MPxMayaAsciiFilter.h>

List of all members.


Detailed Description

Wrapper for a Maya Ascii file output stream.

MPxMayaAsciiFilterOutput is used in conjunction with MPxMayaAsciiFilter to allow output to the Maya ASCII file. Instances of this class may only be instantiated through the methods of MPxMayaAsciiFilter.

Examples:

filteredAsciiFile.cpp.


Public Member Functions

MPxMayaAsciiFilterOutput operator<< (const char *data)

Member Function Documentation

MPxMayaAsciiFilterOutput & MPxMayaAsciiFilterOutput::operator<< ( const char *  data  ) 

Output text to the Maya Ascii file output stream.

Parameters:
[in]  data  Text to be written to the output stream.
Returns:
A reference to this instance. This allows multiple '<<' operations to be chained together. E.g:
        filterOutput << "setAttr " << attrName << " " << attrValue << ";";      

Autodesk® Maya® 2011 © 1997-2010 Autodesk, Inc. All rights reserved. Generated with doxygen 1.5.6