Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


TYPE interpolation_type = ENUMERATION OF (
          undefined_interpolation_type,
          discontinuous_interpolation_type,
          synchronous_interpolation_type,
          linear_interpolation_type );
END_TYPE; -- interpolation_type

Users

          interpolated_configuration_segment.interpolation

public final class EInterpolation_type

          static final int UNDEFINED_INTERPOLATION_TYPE = 1
          static final int DISCONTINUOUS_INTERPOLATION_TYPE = 2
          static final int SYNCHRONOUS_INTERPOLATION_TYPE = 3
          static final int LINEAR_INTERPOLATION_TYPE = 4
          static String[] values = {"UNDEFINED_INTERPOLATION_TYPE", "DISCONTINUOUS_INTERPOLATION_TYPE", "SYNCHRONOUS_INTERPOLATION_TYPE", "LINEAR_INTERPOLATION_TYPE"}
          static int toInt(String str)
          static String toString(int value)