| 174 | void setIsSource (bool isSource) { _isSource = isSource; } |
| 175 | void setIsSequence (bool isSequence) { _isSequence = isSequence; } |
| 176 | void setOpenCVSupport (IPLOpenCVSupport supportType) { _openCVSupport = supportType; } |
| 177 | void setClassName (std::string className) { _className = className; } |
| 178 | void setTitle (std::string title) { _title = title; } |
| 179 | void setDescription (std::string description) { _description = description; } |