Lines Matching refs:mOutput
131 ReadImage2DAction() { mOutput = NULL; } in ReadImage2DAction()
132 virtual ~ReadImage2DAction() { free( mOutput ); } in ~ReadImage2DAction()
136 void *mOutput; variable
147 ReadImage3DAction() { mOutput = NULL; } in ReadImage3DAction()
148 virtual ~ReadImage3DAction() { free( mOutput ); } in ~ReadImage3DAction()
152 void *mOutput; variable
165 void *mOutput; variable
167 WriteImage2DAction() { mOutput = NULL; } in WriteImage2DAction()
168 virtual ~WriteImage2DAction() { free( mOutput ); } in ~WriteImage2DAction()
181 void *mOutput; variable
183 WriteImage3DAction() { mOutput = NULL; } in WriteImage3DAction()
184 virtual ~WriteImage3DAction() { free( mOutput ); } in ~WriteImage3DAction()