VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkBoostRandomSparseArraySource Class Reference

generates a sparse N-way array containing random values. More...

#include <vtkBoostRandomSparseArraySource.h>

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

List of all members.

Public Types

typedef vtkArrayDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkBoostRandomSparseArraySourceNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetExtents (const vtkArrayExtents &)
vtkArrayExtents GetExtents ()
virtual vtkTypeUInt32 GetElementProbabilitySeed ()
virtual void SetElementProbabilitySeed (vtkTypeUInt32)
virtual double GetElementProbability ()
virtual void SetElementProbability (double)
virtual vtkTypeUInt32 GetElementValueSeed ()
virtual void SetElementValueSeed (vtkTypeUInt32)
virtual double GetMinValue ()
virtual void SetMinValue (double)
virtual double GetMaxValue ()
virtual void SetMaxValue (double)

Static Public Member Functions

static
vtkBoostRandomSparseArraySource
New ()
static int IsTypeOf (const char *type)
static
vtkBoostRandomSparseArraySource
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkBoostRandomSparseArraySource ()
 ~vtkBoostRandomSparseArraySource ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Detailed Description

generates a sparse N-way array containing random values.

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
Tests:
vtkBoostRandomSparseArraySource (Tests)

Definition at line 39 of file vtkBoostRandomSparseArraySource.h.


Member Typedef Documentation

Reimplemented from vtkArrayDataAlgorithm.

Definition at line 43 of file vtkBoostRandomSparseArraySource.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkArrayDataAlgorithm.

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.

Sets the extents (dimensionality and size) of the output array

Returns the extents (dimensionality and size) of the output array

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

Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value

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

Stores the minimum value of any element

Stores the minimum value of any element

Stores the maximum value of any element

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.


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