Public Member Functions | Protected Attributes | List of all members
vtkPVBivariatePluginLocationImplementation Class Reference

#include <vtkPVBivariatePluginLocationImplementation.h>

Inheritance diagram for vtkPVBivariatePluginLocationImplementation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVBivariatePluginLocationImplementation:
Collaboration graph
[legend]

Public Member Functions

 vtkPVBivariatePluginLocationImplementation (QObject *p=0)
 
 ~vtkPVBivariatePluginLocationImplementation () override
 
void StoreLocation (const char *location) override
 Called once after the ParaView starts. More...
 
- Public Member Functions inherited from pqPluginLocationInterface
virtual ~pqPluginLocationInterface ()=default
 

Protected Attributes

vtkPVBivariatePluginLocation * UserImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from pqPluginLocationInterface
 pqPluginLocationInterface ()
 

Detailed Description

Definition at line 14 of file vtkPVBivariatePluginLocationImplementation.h.

Constructor & Destructor Documentation

◆ vtkPVBivariatePluginLocationImplementation()

vtkPVBivariatePluginLocationImplementation::vtkPVBivariatePluginLocationImplementation ( QObject *  p = 0)

◆ ~vtkPVBivariatePluginLocationImplementation()

vtkPVBivariatePluginLocationImplementation::~vtkPVBivariatePluginLocationImplementation ( )
override

Member Function Documentation

◆ StoreLocation()

void vtkPVBivariatePluginLocationImplementation::StoreLocation ( const char *  location)
overridevirtual

Called once after the ParaView starts.

If ParaView is already running when the plugin is loaded, this method will be called when the plugin is loaded.

Implements pqPluginLocationInterface.

Member Data Documentation

◆ UserImplementation

vtkPVBivariatePluginLocation* vtkPVBivariatePluginLocationImplementation::UserImplementation
protected

Definition at line 26 of file vtkPVBivariatePluginLocationImplementation.h.


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