|
VTK
|
vtkRawImage can be used to make it easier to deal with images for compositing/communicating over client-server etc. More...
#include <vtkSynchronizedRenderers.h>
Public Member Functions | |
| vtkRawImage () | |
| void | Resize (int dx, int dy, int numcomps) |
| void | Initialize (int dx, int dy, vtkUnsignedCharArray *data) |
| void | MarkValid () |
| void | MarkInValid () |
| bool | IsValid () |
| int | GetWidth () |
| int | GetHeight () |
| vtkUnsignedCharArray * | GetRawPtr () |
| bool | PushToViewport (vtkRenderer *) |
| bool | PushToFrameBuffer () |
| bool | Capture (vtkRenderer *) |
| void | SaveAsPNG (const char *filename) |
vtkRawImage can be used to make it easier to deal with images for compositing/communicating over client-server etc.
Definition at line 136 of file vtkSynchronizedRenderers.h.
| vtkSynchronizedRenderers::vtkRawImage::vtkRawImage | ( | ) | [inline] |
Definition at line 139 of file vtkSynchronizedRenderers.h.
| void vtkSynchronizedRenderers::vtkRawImage::Resize | ( | int | dx, |
| int | dy, | ||
| int | numcomps | ||
| ) | [inline] |
Definition at line 146 of file vtkSynchronizedRenderers.h.
| void vtkSynchronizedRenderers::vtkRawImage::Initialize | ( | int | dx, |
| int | dy, | ||
| vtkUnsignedCharArray * | data | ||
| ) |
Create the buffer from an image data.
| void vtkSynchronizedRenderers::vtkRawImage::MarkValid | ( | ) | [inline] |
Definition at line 155 of file vtkSynchronizedRenderers.h.
| void vtkSynchronizedRenderers::vtkRawImage::MarkInValid | ( | ) | [inline] |
Definition at line 156 of file vtkSynchronizedRenderers.h.
| bool vtkSynchronizedRenderers::vtkRawImage::IsValid | ( | ) | [inline] |
Definition at line 158 of file vtkSynchronizedRenderers.h.
| int vtkSynchronizedRenderers::vtkRawImage::GetWidth | ( | ) | [inline] |
Definition at line 159 of file vtkSynchronizedRenderers.h.
| int vtkSynchronizedRenderers::vtkRawImage::GetHeight | ( | ) | [inline] |
Definition at line 160 of file vtkSynchronizedRenderers.h.
Definition at line 161 of file vtkSynchronizedRenderers.h.
| void vtkSynchronizedRenderers::vtkRawImage::SaveAsPNG | ( | const char * | filename | ) |
1.8.0