VTK
|
internal class which encapsulates OpenGL frame buffer object. Not to be used directly. More...
#include <vtkFrameBufferObject.h>
internal class which encapsulates OpenGL frame buffer object. Not to be used directly.
Encapsulates an OpenGL Frame Buffer Object. For use by vtkOpenGLFBORenderWindow, not to be used directly.
Definition at line 40 of file vtkFrameBufferObject.h.
Reimplemented from vtkObject.
Definition at line 44 of file vtkFrameBufferObject.h.
vtkFrameBufferObject::vtkFrameBufferObject | ( | ) | [protected] |
vtkFrameBufferObject::~vtkFrameBufferObject | ( | ) | [protected] |
static vtkFrameBufferObject* vtkFrameBufferObject::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkFrameBufferObject::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkFrameBufferObject::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkFrameBufferObject* vtkFrameBufferObject::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkFrameBufferObject::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented from vtkObject.
void vtkFrameBufferObject::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
void vtkFrameBufferObject::SetContext | ( | vtkRenderWindow * | context | ) |
Get/Set the context. Context must be a vtkOpenGLRenderWindow. This does not increase the reference count of the context to avoid reference loops. SetContext() may raise an error is the OpenGL context does not support the required OpenGL extensions.
Get/Set the context. Context must be a vtkOpenGLRenderWindow. This does not increase the reference count of the context to avoid reference loops. SetContext() may raise an error is the OpenGL context does not support the required OpenGL extensions.
bool vtkFrameBufferObject::Start | ( | int | width, |
int | height, | ||
bool | shaderSupportsTextureInt | ||
) |
User must take care that width/height match the dimensions of the user defined texture attachments. This method makes the "active buffers" the buffers that will get drawn into by subsequent drawing calls. Note that this does not clear the render buffers i.e. no glClear() calls are made by either of these methods. It's up to the caller to clear the buffers if needed.
bool vtkFrameBufferObject::StartNonOrtho | ( | int | width, |
int | height, | ||
bool | shaderSupportsTextureInt | ||
) |
User must take care that width/height match the dimensions of the user defined texture attachments. This method makes the "active buffers" the buffers that will get drawn into by subsequent drawing calls. Note that this does not clear the render buffers i.e. no glClear() calls are made by either of these methods. It's up to the caller to clear the buffers if needed.
void vtkFrameBufferObject::RenderQuad | ( | int | minX, |
int | maxX, | ||
int | minY, | ||
int | maxY | ||
) |
Renders a quad at the given location with pixel coordinates. This method is provided as a convenience, since we often render quads in a FBO.
void vtkFrameBufferObject::Bind | ( | ) |
Save the current framebuffer and make the frame buffer active. Multiple calls to Bind has no effect.
void vtkFrameBufferObject::UnBind | ( | ) |
Restore the framebuffer saved with the call to Bind(). Multiple calls to UnBind has no effect.
void vtkFrameBufferObject::SetActiveBuffer | ( | unsigned int | index | ) | [inline] |
Choose the buffer to render into.
Definition at line 93 of file vtkFrameBufferObject.h.
void vtkFrameBufferObject::SetActiveBuffers | ( | int | numbuffers, |
unsigned int | indices[] | ||
) |
Choose the buffer to render into. This is available only if the GL_ARB_draw_buffers extension is supported by the card.
void vtkFrameBufferObject::SetColorBuffer | ( | unsigned int | index, |
vtkTextureObject * | texture, | ||
unsigned int | zslice = 0 |
||
) |
vtkTextureObject* vtkFrameBufferObject::GetColorBuffer | ( | unsigned int | index | ) |
void vtkFrameBufferObject::RemoveColorBuffer | ( | unsigned int | index | ) |
void vtkFrameBufferObject::SetDepthBuffer | ( | vtkTextureObject * | depthTexture | ) |
Set the texture to use as depth buffer.
Set the texture to use as depth buffer.
virtual void vtkFrameBufferObject::SetDepthBufferNeeded | ( | bool | ) | [virtual] |
If true, the frame buffer object will be initialized with a depth buffer. Initial value is true.
virtual bool vtkFrameBufferObject::GetDepthBufferNeeded | ( | ) | [virtual] |
If true, the frame buffer object will be initialized with a depth buffer. Initial value is true.
void vtkFrameBufferObject::SetNumberOfRenderTargets | ( | unsigned | int | ) |
Set/Get the number of render targets to render into at once.
virtual unsigned int vtkFrameBufferObject::GetNumberOfRenderTargets | ( | ) | [virtual] |
Set/Get the number of render targets to render into at once.
unsigned int vtkFrameBufferObject::GetMaximumNumberOfActiveTargets | ( | ) |
Returns the maximum number of targets that can be rendered to at one time. This limits the active targets set by SetActiveTargets(). The return value is valid only if GetContext is non-null.
unsigned int vtkFrameBufferObject::GetMaximumNumberOfRenderTargets | ( | ) |
Returns the maximum number of render targets available. This limits the available attachement points for SetColorAttachment(). The return value is valid only if GetContext is non-null.
virtual int* vtkFrameBufferObject::GetLastSize | ( | ) | [virtual] |
Dimensions in pixels of the framebuffer.
virtual void vtkFrameBufferObject::GetLastSize | ( | int & | , |
int & | |||
) | [virtual] |
Dimensions in pixels of the framebuffer.
virtual void vtkFrameBufferObject::GetLastSize | ( | int | [2] | ) | [virtual] |
Dimensions in pixels of the framebuffer.
static bool vtkFrameBufferObject::IsSupported | ( | vtkRenderWindow * | renWin | ) | [static] |
Returns if the context supports the required extensions.
void vtkFrameBufferObject::CheckFrameBufferStatus | ( | ) | [protected] |
Display the status of the current framebuffer on the standard output.
void vtkFrameBufferObject::DisplayFrameBufferAttachments | ( | ) | [protected] |
Display all the attachments of the current framebuffer object.
void vtkFrameBufferObject::DisplayFrameBufferAttachment | ( | unsigned int | uattachment | ) | [protected] |
Display a given attachment for the current framebuffer object.
void vtkFrameBufferObject::DisplayDrawBuffers | ( | ) | [protected] |
Display the draw buffers.
void vtkFrameBufferObject::DisplayReadBuffer | ( | ) | [protected] |
Display the read buffer.
void vtkFrameBufferObject::DisplayBuffer | ( | int | value | ) | [protected] |
Display any buffer (convert value into string).
void vtkFrameBufferObject::CreateFBO | ( | ) | [protected] |
void vtkFrameBufferObject::DestroyFBO | ( | ) | [protected] |
void vtkFrameBufferObject::Create | ( | int | width, |
int | height | ||
) | [protected] |
void vtkFrameBufferObject::CreateBuffers | ( | int | width, |
int | height | ||
) | [protected] |
void vtkFrameBufferObject::CreateColorBuffers | ( | int | width, |
int | height, | ||
bool | shaderSupportsTextureInt | ||
) | [protected] |
void vtkFrameBufferObject::Destroy | ( | ) | [protected] |
void vtkFrameBufferObject::DestroyBuffers | ( | ) | [protected] |
void vtkFrameBufferObject::DestroyColorBuffers | ( | ) | [protected] |
void vtkFrameBufferObject::ActivateBuffers | ( | ) | [protected] |
bool vtkFrameBufferObject::LoadRequiredExtensions | ( | vtkOpenGLExtensionManager * | manager | ) | [protected] |
Load all necessary extensions.
vtkWeakPointer<vtkRenderWindow> vtkFrameBufferObject::Context [protected] |
Definition at line 180 of file vtkFrameBufferObject.h.
bool vtkFrameBufferObject::DepthBufferNeeded [protected] |
Definition at line 182 of file vtkFrameBufferObject.h.
bool vtkFrameBufferObject::ColorBuffersDirty [protected] |
Definition at line 183 of file vtkFrameBufferObject.h.
unsigned int vtkFrameBufferObject::FBOIndex [protected] |
Definition at line 184 of file vtkFrameBufferObject.h.
int vtkFrameBufferObject::PreviousFBOIndex [protected] |
Definition at line 185 of file vtkFrameBufferObject.h.
unsigned int vtkFrameBufferObject::DepthBuffer [protected] |
Definition at line 186 of file vtkFrameBufferObject.h.
unsigned int vtkFrameBufferObject::NumberOfRenderTargets [protected] |
Definition at line 188 of file vtkFrameBufferObject.h.
int vtkFrameBufferObject::LastSize[2] [protected] |
Definition at line 191 of file vtkFrameBufferObject.h.
std::vector<unsigned int> vtkFrameBufferObject::UserZSlices [protected] |
Definition at line 210 of file vtkFrameBufferObject.h.
std::vector<vtkSmartPointer<vtkTextureObject> > vtkFrameBufferObject::UserColorBuffers [protected] |
Definition at line 211 of file vtkFrameBufferObject.h.
std::vector<vtkSmartPointer<vtkTextureObject> > vtkFrameBufferObject::ColorBuffers [protected] |
Definition at line 212 of file vtkFrameBufferObject.h.
std::vector<unsigned int> vtkFrameBufferObject::ActiveBuffers [protected] |
Definition at line 213 of file vtkFrameBufferObject.h.
Definition at line 214 of file vtkFrameBufferObject.h.
bool vtkFrameBufferObject::DepthBufferDirty [protected] |
Definition at line 215 of file vtkFrameBufferObject.h.