#include <FilePart.h>
◆ FilePart() [1/2]
| epc::FilePart::FilePart |
( |
| ) |
|
◆ FilePart() [2/2]
| epc::FilePart::FilePart |
( |
std::string | outputPartPath | ) |
|
|
explicit |
Constructor.
- Parameters
-
| outputPartPath | The path of the part within the package. |
◆ addRelationship()
| void epc::FilePart::addRelationship |
( |
const Relationship & | relationship | ) |
|
Copy an existing relationship into the relationship set of the part.
- Parameters
-
| relationship | The relationship. |
◆ createRelationship()
| void epc::FilePart::createRelationship |
( |
const std::string & | rsTarget, |
|
|
const std::string & | rsType, |
|
|
const std::string & | rsId, |
|
|
bool | internalTarget = true ) |
Creates a new relationship into the relationship set of the part according to the supplied parameters
- Parameters
-
| rsTarget | The RS target. |
| rsType | Type of the RS. |
| rsId | Identifier for the RS. |
| internalTarget | (Optional) True to internal target. |
◆ getFileRelationship()
Gets file relationship.
- Returns
- The file relationship.
◆ getIndexRelationship()
| Relationship epc::FilePart::getIndexRelationship |
( |
int | index | ) |
const |
Gets index relationship
- Parameters
-
| index | Zero-based index of the. |
- Returns
- The index relationship.
The documentation for this class was generated from the following file:
- C:/Users/phili/dev/fesapi/fesapi-2.14.0.0/src/epc/FilePart.h