Gocator API > Go2 > Values > Go2ResamplingType
Gocator 2x00 API
Go2ResamplingType
Description

Represents resampling behavior

C
enum Go2ResamplingType {
  GO2_RESAMPLING_TYPE_MAX_RES = 0,
  GO2_RESAMPLING_TYPE_BALANCED = 1,
  GO2_RESAMPLING_TYPE_MAX_SPEED = 2
};
Members
Members 
Description 
GO2_RESAMPLING_TYPE_MAX_RES = 0 
Resample with the smallest spacing. 
GO2_RESAMPLING_TYPE_BALANCED = 1 
Resample with the mean of the smallest and largest spacing. 
GO2_RESAMPLING_TYPE_MAX_SPEED = 2 
Resample with the largest spacing. 
File

Go2Api.h

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.