VTK
|
generates a sparse N-way array containing random values. More...
#include <vtkBoostRandomSparseArraySource.h>
generates a sparse N-way array containing random values.
Definition at line 39 of file vtkBoostRandomSparseArraySource.h.
Reimplemented from vtkArrayDataAlgorithm.
Definition at line 43 of file vtkBoostRandomSparseArraySource.h.
vtkBoostRandomSparseArraySource::vtkBoostRandomSparseArraySource | ( | ) | [protected] |
static vtkBoostRandomSparseArraySource* vtkBoostRandomSparseArraySource::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkArrayDataAlgorithm.
static int vtkBoostRandomSparseArraySource::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 vtkArrayDataAlgorithm.
virtual int vtkBoostRandomSparseArraySource::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 vtkArrayDataAlgorithm.
static vtkBoostRandomSparseArraySource* vtkBoostRandomSparseArraySource::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkArrayDataAlgorithm.
virtual vtkObjectBase* vtkBoostRandomSparseArraySource::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkArrayDataAlgorithm.
Reimplemented from vtkArrayDataAlgorithm.
void vtkBoostRandomSparseArraySource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkArrayDataAlgorithm.
void vtkBoostRandomSparseArraySource::SetExtents | ( | const vtkArrayExtents & | ) |
Sets the extents (dimensionality and size) of the output array
Returns the extents (dimensionality and size) of the output array
virtual vtkTypeUInt32 vtkBoostRandomSparseArraySource::GetElementProbabilitySeed | ( | ) | [virtual] |
Stores a random-number-seed for determining which elements within the output matrix will have non-zero values
virtual void vtkBoostRandomSparseArraySource::SetElementProbabilitySeed | ( | vtkTypeUInt32 | ) | [virtual] |
Stores a random-number-seed for determining which elements within the output matrix will have non-zero values
virtual double vtkBoostRandomSparseArraySource::GetElementProbability | ( | ) | [virtual] |
Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value
virtual void vtkBoostRandomSparseArraySource::SetElementProbability | ( | double | ) | [virtual] |
Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value
virtual vtkTypeUInt32 vtkBoostRandomSparseArraySource::GetElementValueSeed | ( | ) | [virtual] |
Stores a random-number-seed for computing random element values
virtual void vtkBoostRandomSparseArraySource::SetElementValueSeed | ( | vtkTypeUInt32 | ) | [virtual] |
Stores a random-number-seed for computing random element values
virtual double vtkBoostRandomSparseArraySource::GetMinValue | ( | ) | [virtual] |
Stores the minimum value of any element
virtual void vtkBoostRandomSparseArraySource::SetMinValue | ( | double | ) | [virtual] |
Stores the minimum value of any element
virtual double vtkBoostRandomSparseArraySource::GetMaxValue | ( | ) | [virtual] |
Stores the maximum value of any element
virtual void vtkBoostRandomSparseArraySource::SetMaxValue | ( | double | ) | [virtual] |
Stores the maximum value of any element
int vtkBoostRandomSparseArraySource::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkArrayDataAlgorithm.