BTK Python wrapper  0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
Public Member Functions | List of all members
btk.btkSpecializedPointsExtractor Class Reference

Extracts only the points corresponding to the given type (without cloning the extracted points). More...

Public Member Functions

def GetInput
 
def GetInputNumber
 
def GetOutput
 
def GetOutputNumber
 
def GetPointType
 
def GetTimestamp
 
def GetValidInputNumber
 
def ResetState
 
def SetInput
 
def SetPointType
 
def Update
 

Detailed Description

Extracts only the points corresponding to the given type (without cloning the extracted points).

Extracts only the points corresponding to the given type (without cloning the extracted points).

The type is set by the SetPointType() method. By default, if no type is set, this filter extract markers.

Member Function Documentation

def btk.btkSpecializedPointsExtractor.GetInput (   self )
GetInput(self) -> btkAcquisition

Gets the input registered with this process.
def btk.btkSpecializedPointsExtractor.GetInputNumber (   self )
GetInputNumber(self) -> int

Returns the number of inputs.
def btk.btkSpecializedPointsExtractor.GetOutput (   self )
GetOutput(self) -> btkPointCollection

Returns the output created with this process.
def btk.btkSpecializedPointsExtractor.GetOutputNumber (   self )
GetOutputNumber(self) -> int

Returns the number of outputs.
def btk.btkSpecializedPointsExtractor.GetPointType (   self )
GetPointType(self) -> btkPoint_impl::Type

Returns the type of points to extract.
def btk.btkSpecializedPointsExtractor.GetTimestamp (   self )
GetTimestamp(self) -> unsigned long

Returns the timestamp of the object.
def btk.btkSpecializedPointsExtractor.GetValidInputNumber (   self )
GetValidInputNumber(self) -> int

Returns the number of inputs which are valid (i.e. not null).
def btk.btkSpecializedPointsExtractor.ResetState (   self )
ResetState(self)

Reset the state of the process. Usefull when an exception was thrown during the generation of the data.
def btk.btkSpecializedPointsExtractor.SetInput (   self,   args  )
SetInput(self, input)

Sets the input required with this process.
def btk.btkSpecializedPointsExtractor.SetPointType (   self,   args  )
SetPointType(self, btk.btkPoint.Type)

Sets the type of points to extract.
def btk.btkSpecializedPointsExtractor.Update (   self )
Update(self)

Update the pipeline and then all the data inside. Recursive method which
 1) determines the processes to update
 2) generate the data by using the GenerateData() method.