parameter_block.h | 96 CHECK(!is_constant_) 125 void SetConstant() { is_constant_ = true; } 126 void SetVarying() { is_constant_ = false; } 127 bool IsConstant() const { return is_constant_; } 202 is_constant_, 245 is_constant_ = false; 292 bool is_constant_; member in class:ceres::internal::ParameterBlock
|