#include <vtkKWHistogramSet.h>
Public Types | |
| typedef vtkObject | Superclass |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | AddHistogram (vtkKWHistogram *, const char *name) |
| virtual vtkKWHistogram * | AllocateAndAddHistogram (const char *name) |
| virtual int | GetNumberOfHistograms () |
| virtual vtkKWHistogram * | GetHistogramWithName (const char *name) |
| virtual const char * | GetHistogramName (vtkKWHistogram *hist) |
| virtual vtkKWHistogram * | GetNthHistogram (int index) |
| virtual int | HasHistogramWithName (const char *name) |
| virtual int | HasHistogram (vtkKWHistogram *hist) |
| virtual int | RemoveHistogramWithName (const char *name) |
| virtual int | RemoveHistogram (vtkKWHistogram *hist) |
| virtual void | RemoveAllHistograms () |
| virtual int | AddHistograms (vtkDataArray *array, const char *tag=NULL, int skip_components_mask=0) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | AddHistogram (vtkKWHistogram *, const char *name) |
| virtual vtkKWHistogram * | AllocateAndAddHistogram (const char *name) |
| virtual int | GetNumberOfHistograms () |
| virtual vtkKWHistogram * | GetHistogramWithName (const char *name) |
| virtual const char * | GetHistogramName (vtkKWHistogram *hist) |
| virtual vtkKWHistogram * | GetNthHistogram (int index) |
| virtual int | HasHistogramWithName (const char *name) |
| virtual int | HasHistogram (vtkKWHistogram *hist) |
| virtual int | RemoveHistogramWithName (const char *name) |
| virtual int | RemoveHistogram (vtkKWHistogram *hist) |
| virtual void | RemoveAllHistograms () |
| virtual int | AddHistograms (vtkDataArray *array, const char *tag=NULL, int skip_components_mask=0) |
Static Public Member Functions | |
| static vtkKWHistogramSet * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWHistogramSet * | SafeDownCast (vtkObject *o) |
| static int | ComputeHistogramName (const char *array_name, int comp, const char *tag, char *buffer) |
| static vtkKWHistogramSet * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWHistogramSet * | SafeDownCast (vtkObject *o) |
| static int | ComputeHistogramName (const char *array_name, int comp, const char *tag, char *buffer) |
Protected Member Functions | |
| vtkKWHistogramSet () | |
| ~vtkKWHistogramSet () | |
| vtkKWHistogramSet () | |
| ~vtkKWHistogramSet () | |
Protected Attributes | |
| vtkKWHistogramSetInternals * | Internals |
Definition at line 29 of file debian/tmp/usr/include/KWWidgets/vtkKWHistogramSet.h.
| typedef vtkObject vtkKWHistogramSet::Superclass |
Definition at line 33 of file debian/tmp/usr/include/KWWidgets/vtkKWHistogramSet.h.
| typedef vtkObject vtkKWHistogramSet::Superclass |
Definition at line 33 of file vtkKWHistogramSet.h.
| vtkKWHistogramSet::vtkKWHistogramSet | ( | ) | [protected] |
| vtkKWHistogramSet::~vtkKWHistogramSet | ( | ) | [protected] |
| vtkKWHistogramSet::vtkKWHistogramSet | ( | ) | [protected] |
| vtkKWHistogramSet::~vtkKWHistogramSet | ( | ) | [protected] |
| static vtkKWHistogramSet* vtkKWHistogramSet::New | ( | ) | [static] |
| virtual const char* vtkKWHistogramSet::GetClassName | ( | ) | [virtual] |
| static int vtkKWHistogramSet::IsTypeOf | ( | const char * | type | ) | [static] |
| virtual int vtkKWHistogramSet::IsA | ( | const char * | type | ) | [virtual] |
| static vtkKWHistogramSet* vtkKWHistogramSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWHistogramSet::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
| virtual int vtkKWHistogramSet::AddHistogram | ( | vtkKWHistogram * | , | |
| const char * | name | |||
| ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::AllocateAndAddHistogram | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::GetNumberOfHistograms | ( | ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::GetHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual const char* vtkKWHistogramSet::GetHistogramName | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::GetNthHistogram | ( | int | index | ) | [virtual] |
| virtual int vtkKWHistogramSet::HasHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::HasHistogram | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual int vtkKWHistogramSet::RemoveHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::RemoveHistogram | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual void vtkKWHistogramSet::RemoveAllHistograms | ( | ) | [virtual] |
| static int vtkKWHistogramSet::ComputeHistogramName | ( | const char * | array_name, | |
| int | comp, | |||
| const char * | tag, | |||
| char * | buffer | |||
| ) | [static] |
| virtual int vtkKWHistogramSet::AddHistograms | ( | vtkDataArray * | array, | |
| const char * | tag = NULL, |
|||
| int | skip_components_mask = 0 | |||
| ) | [virtual] |
| static vtkKWHistogramSet* vtkKWHistogramSet::New | ( | ) | [static] |
| virtual const char* vtkKWHistogramSet::GetClassName | ( | ) | [virtual] |
| static int vtkKWHistogramSet::IsTypeOf | ( | const char * | type | ) | [static] |
| virtual int vtkKWHistogramSet::IsA | ( | const char * | type | ) | [virtual] |
| static vtkKWHistogramSet* vtkKWHistogramSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWHistogramSet::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
| virtual int vtkKWHistogramSet::AddHistogram | ( | vtkKWHistogram * | , | |
| const char * | name | |||
| ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::AllocateAndAddHistogram | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::GetNumberOfHistograms | ( | ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::GetHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual const char* vtkKWHistogramSet::GetHistogramName | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual vtkKWHistogram* vtkKWHistogramSet::GetNthHistogram | ( | int | index | ) | [virtual] |
| virtual int vtkKWHistogramSet::HasHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::HasHistogram | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual int vtkKWHistogramSet::RemoveHistogramWithName | ( | const char * | name | ) | [virtual] |
| virtual int vtkKWHistogramSet::RemoveHistogram | ( | vtkKWHistogram * | hist | ) | [virtual] |
| virtual void vtkKWHistogramSet::RemoveAllHistograms | ( | ) | [virtual] |
| static int vtkKWHistogramSet::ComputeHistogramName | ( | const char * | array_name, | |
| int | comp, | |||
| const char * | tag, | |||
| char * | buffer | |||
| ) | [static] |
| virtual int vtkKWHistogramSet::AddHistograms | ( | vtkDataArray * | array, | |
| const char * | tag = NULL, |
|||
| int | skip_components_mask = 0 | |||
| ) | [virtual] |
vtkKWHistogramSetInternals * vtkKWHistogramSet::Internals [protected] |
Definition at line 98 of file debian/tmp/usr/include/KWWidgets/vtkKWHistogramSet.h.
1.6.1