ActiViz .NET
5.8.0
|
vtkPostScriptWriter - Writes an image as a PostScript file. More...
Public Member Functions | |
vtkPostScriptWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPostScriptWriter () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPostScriptWriter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkPostScriptWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPostScriptWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPostScriptWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkPostScriptWriter" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkPostScriptWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPostScriptWriter_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkPostScriptWriter_IsTypeOf_02 (string type) |
static internal IntPtr | vtkPostScriptWriter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPostScriptWriter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPostScriptWriter () |
Automatically generated type registration mechanics. |
vtkPostScriptWriter - Writes an image as a PostScript file.
Description vtkPostScriptWriter writes an image as a PostScript file using some reasonable scalings and centered on the page which is assumed to be about 8.5 by 11 inches. This is based loosely off of the code from pnmtops.c. Right now there aren't any real options.
static Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPostScriptWriter.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkImageWriter.
override int Kitware.VTK.vtkPostScriptWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new int Kitware.VTK.vtkPostScriptWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new vtkPostScriptWriter Kitware.VTK.vtkPostScriptWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new vtkPostScriptWriter Kitware.VTK.vtkPostScriptWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static internal int Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPostScriptWriter.vtkPostScriptWriter_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPostScriptWriter.MRClassNameKey = "19vtkPostScriptWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
new const string Kitware.VTK.vtkPostScriptWriter.MRFullTypeName = "Kitware.VTK.vtkPostScriptWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.