Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPythonSelector Class Reference

Select cells/points using numpy expressions. More...

#include <vtkPythonSelector.h>

Inherits vtkSelector.

Public Types

typedef vtkSelector Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void Execute (vtkDataObject *input, vtkDataObject *output) override
 Overridden to delegate the selection to the Python expression. More...
 

Static Public Member Functions

static vtkPythonSelectorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPythonSelectorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPythonSelector ()
 
 ~vtkPythonSelector () override
 
bool ComputeSelectedElements (vtkDataObject *, vtkSignedCharArray *) override
 

Detailed Description

Select cells/points using numpy expressions.

Definition at line 16 of file vtkPythonSelector.h.

Member Typedef Documentation

◆ Superclass

typedef vtkSelector vtkPythonSelector::Superclass

Definition at line 20 of file vtkPythonSelector.h.

Constructor & Destructor Documentation

◆ vtkPythonSelector()

vtkPythonSelector::vtkPythonSelector ( )
protected

◆ ~vtkPythonSelector()

vtkPythonSelector::~vtkPythonSelector ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPythonSelector* vtkPythonSelector::New ( )
static

◆ GetClassName()

virtual const char* vtkPythonSelector::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPythonSelector::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPythonSelector::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPythonSelector* vtkPythonSelector::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPythonSelector::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ Execute()

void vtkPythonSelector::Execute ( vtkDataObject input,
vtkDataObject output 
)
override

Overridden to delegate the selection to the Python expression.

◆ ComputeSelectedElements()

bool vtkPythonSelector::ComputeSelectedElements ( vtkDataObject ,
vtkSignedCharArray  
)
overrideprotected

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