ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FilterProgram Class Reference

#include <ProgramGPU.h>

Inheritance diagram for FilterProgram:
Collaboration diagram for FilterProgram:

Public Member Functions

 FilterProgram ()
 
virtual ~FilterProgram ()
 

Public Attributes

ProgramGPUs_shader_h
 
ProgramGPUs_shader_v
 
int _size
 
int _id
 

Detailed Description

Definition at line 46 of file ProgramGPU.h.

Constructor & Destructor Documentation

◆ FilterProgram()

FilterProgram::FilterProgram ( )
inline

Definition at line 54 of file ProgramGPU.h.

References _id, _size, NULL, s_shader_h, and s_shader_v.

◆ ~FilterProgram()

virtual FilterProgram::~FilterProgram ( )
inlinevirtual

Definition at line 55 of file ProgramGPU.h.

References s_shader_h, and s_shader_v.

Member Data Documentation

◆ _id

int FilterProgram::_id

◆ _size

int FilterProgram::_size

Definition at line 51 of file ProgramGPU.h.

Referenced by ShaderMan::FilterImage(), and FilterProgram().

◆ s_shader_h

ProgramGPU* FilterProgram::s_shader_h

Definition at line 49 of file ProgramGPU.h.

Referenced by ShaderMan::FilterImage(), FilterProgram(), and ~FilterProgram().

◆ s_shader_v

ProgramGPU* FilterProgram::s_shader_v

Definition at line 50 of file ProgramGPU.h.

Referenced by ShaderMan::FilterImage(), FilterProgram(), and ~FilterProgram().


The documentation for this class was generated from the following file: