* Return the number of components this function provides * at each point in space. * * This should be consistent with the value returned by GetSpace(). */
| 138 | * This should be consistent with the value returned by GetSpace(). |
| 139 | */ |
| 140 | virtual int GetNumberOfComponents() const { return this->NumberOfComponents; } |
| 141 | |
| 142 | /** |
| 143 | * Initialize an attribute. |
no outgoing calls
no test coverage detected